Improve requirements.txt
This commit is contained in:
parent
1e8b993739
commit
0ee798a64e
1 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
Django==2.2.*
|
||||
|
||||
# Pour la prod
|
||||
#psycopg2
|
||||
gunicorn
|
||||
django-colorful
|
||||
Pillow
|
||||
django-avatar==5.0.*
|
||||
Django==2.2.28
|
||||
django-appconf==1.0.4
|
||||
django-avatar==5.0.0
|
||||
django-colorful==1.3
|
||||
gunicorn==20.1.0
|
||||
Pillow==9.2.0
|
||||
#Pour le prod
|
||||
#psycopg2==2.8.6
|
||||
|
|
Loading…
Reference in a new issue