Merge branch 'feature/#9_crear_usuarios' into 'develop'
Agregando configuraciones nuevas See merge request !1
Showing
1 changed file
with
8 additions
and
3 deletions
@@ -3,10 +3,15 @@ | @@ -3,10 +3,15 @@ | ||
3 | Django==3.2.8 | 3 | Django==3.2.8 |
4 | django-cors-headers==3.10.0 | 4 | django-cors-headers==3.10.0 |
5 | django-filter==21.1 | 5 | django-filter==21.1 |
6 | -djangorestframework==3.12.4 | ||
7 | -django-environ==0.7.0 | 6 | +djangorestframework==3.14.0 |
7 | +django-environ==0.10.0 | ||
8 | +django-crispy-forms==2.0 | ||
9 | +Pillow==9.5.0 | ||
8 | 10 | ||
9 | 11 | ||
10 | # database | 12 | # database |
11 | -psycopg2==2.9.1 | 13 | +psycopg2==2.9.6 |
12 | psycopg2-binary==2.7.4 | 14 | psycopg2-binary==2.7.4 |
15 | + | ||
16 | + | ||
17 | + |
-
Please register or login to post a comment