mirror of
https://github.com/rjNemo/villafleurie
synced 2026-06-12 13:26:47 +00:00
Django update for security
This commit is contained in:
parent
33b281d9b7
commit
45bbbbc659
1 changed files with 3 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ celery==4.4.0
|
||||||
certifi==2019.11.28
|
certifi==2019.11.28
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
Django==3.0
|
Django==3.0.2
|
||||||
google==2.0.3
|
google==2.0.3
|
||||||
google-api-python-client==1.7.11
|
google-api-python-client==1.7.11
|
||||||
google-auth==1.7.2
|
google-auth==1.7.2
|
||||||
|
|
@ -22,8 +22,10 @@ isort==4.3.21
|
||||||
kombu==4.6.7
|
kombu==4.6.7
|
||||||
lazy-object-proxy==1.4.3
|
lazy-object-proxy==1.4.3
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
|
more-itertools==8.0.2
|
||||||
oauth2client==4.1.3
|
oauth2client==4.1.3
|
||||||
oauthlib==3.1.0
|
oauthlib==3.1.0
|
||||||
|
path==13.1.0
|
||||||
Pillow==6.2.1
|
Pillow==6.2.1
|
||||||
psycopg2==2.8.4
|
psycopg2==2.8.4
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue