Updated requirements.txt
This commit is contained in:
parent
bb3d57a337
commit
0792becea5
|
@ -3,13 +3,13 @@ astroid==2.9.0
|
||||||
cachetools==4.2.4
|
cachetools==4.2.4
|
||||||
certifi==2021.10.8
|
certifi==2021.10.8
|
||||||
chardet==4.0.0
|
chardet==4.0.0
|
||||||
charset-normalizer==2.0.8
|
charset-normalizer==2.0.9
|
||||||
colorama==0.4.4
|
colorama==0.4.4
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
Django==3.2.9
|
Django==4.0
|
||||||
django-background-tasks==1.2.5
|
django-background-tasks==1.2.5
|
||||||
django-compat==1.0.15
|
django-compat==1.0.15
|
||||||
django-cors-headers==3.10.0
|
django-cors-headers==3.10.1
|
||||||
django-db-logger==0.1.11
|
django-db-logger==0.1.11
|
||||||
djangorestframework==3.12.4
|
djangorestframework==3.12.4
|
||||||
google-auth==2.3.3
|
google-auth==2.3.3
|
||||||
|
@ -25,7 +25,7 @@ platformdirs==2.4.0
|
||||||
psycopg2-binary==2.9.2
|
psycopg2-binary==2.9.2
|
||||||
pyasn1==0.4.8
|
pyasn1==0.4.8
|
||||||
pyasn1-modules==0.2.8
|
pyasn1-modules==0.2.8
|
||||||
pylint==2.12.1
|
pylint==2.12.2
|
||||||
python-dotenv==0.19.2
|
python-dotenv==0.19.2
|
||||||
pytz==2021.3
|
pytz==2021.3
|
||||||
requests==2.26.0
|
requests==2.26.0
|
||||||
|
@ -33,7 +33,7 @@ rsa==4.8
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sqlparse==0.4.2
|
sqlparse==0.4.2
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
typing_extensions==4.0.0
|
typing_extensions==4.0.1
|
||||||
urllib3==1.26.7
|
urllib3==1.26.7
|
||||||
whitenoise==5.3.0
|
whitenoise==5.3.0
|
||||||
wrapt==1.13.3
|
wrapt==1.13.3
|
||||||
|
|
Loading…
Reference in New Issue