[CHORES] fix requirements.txt error version
... | ... | @@ -10,11 +10,12 @@ defusedxml==0.6.0 |
dj-database-url==0.4.2 | ||
Django==2.1.5 | ||
django-allauth==0.41.0 | ||
django-cors-middleware==1.5.0 | ||
django-environ==0.4.4 | ||
django-multiselectfield==0.1.12 | ||
django-oauth-toolkit==1.3.2 | ||
django-rest-auth==0.9.5 | ||
djangorestframework==3.11.0 | ||
django-oatuh-toolkit | ||
google-api-python-client==1.7.11 | ||
google-auth==1.11.2 | ||
google-auth-httplib2==0.0.3 | ||
... | ... | @@ -25,8 +26,8 @@ isort==4.2.15 |
lazy-object-proxy==1.3.1 | ||
mccabe==0.6.1 | ||
oauthlib==3.1.0 | ||
pip==20.0.2 | ||
pillow==7.0.0 | ||
Pillow==7.0.0 | ||
pkg-resources==0.0.0 | ||
psycopg2==2.8.4 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
... | ... | @@ -39,7 +40,6 @@ requests==2.18.4 |
requests-oauthlib==1.3.0 | ||
rsa==4.0 | ||
selenium==3.5.0 | ||
setuptools==40.8.0 | ||
six==1.10.0 | ||
social-auth-app-django==3.1.0 | ||
social-auth-core==3.2.0 | ||
... | ... |
Please register or sign in to comment