Browse Source

fixed requirements.txt

deleted Pip cache and regenerated requirements.txt to show correct
social-auth-core version
Ali 6 years ago
parent
commit
87568174bc
1 changed files with 8 additions and 8 deletions
  1. 8 8
      requirements.txt

+ 8 - 8
requirements.txt

@@ -8,26 +8,26 @@ atomicwrites==1.2.1       # via pytest
 attrs==18.2.0             # via pytest
 beautifulsoup4==4.6.3
 bleach==2.1.4
-certifi==2018.10.15       # via requests
+certifi==2018.11.29       # via requests
 chardet==3.0.4            # via requests
 defusedxml==0.5.0         # via python3-openid, social-auth-core
 django-debug-toolbar==1.8
 django-htmlmin==0.10.0
 django-mptt==0.8.7
-django==1.11.16
+django==1.11.17
 djangorestframework==3.6.4
 faker==0.8.18
 html5lib==0.999999999
-idna==2.7                 # via requests
+idna==2.8                 # via requests
 markdown==2.6.11
 more-itertools==4.3.0     # via pytest
 oauthlib==2.1.0           # via requests-oauthlib, social-auth-core
 olefile==0.46             # via pillow
 pillow==4.1.1
 pluggy==0.8.0             # via pytest
-psycopg2-binary==2.7.5
+psycopg2-binary==2.7.6.1
 py==1.7.0                 # via pytest
-pyjwt==1.6.4              # via social-auth-core
+pyjwt==1.7.1              # via social-auth-core
 pytest-django==3.4.4
 pytest-mock==1.10.0
 pytest==4.0.2
@@ -35,10 +35,10 @@ python-dateutil==2.7.5    # via faker
 python3-openid==3.1.0     # via social-auth-core
 pytz==2018.7
 requests-oauthlib==1.0.0  # via social-auth-core
-requests==2.20.0
-six==1.11.0               # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, social-auth-app-django, social-auth-core
+requests==2.21.0
+six==1.12.0               # via bleach, faker, html5lib, more-itertools, pytest, python-dateutil, social-auth-app-django, social-auth-core
 social-auth-app-django==3.1.0
-social-auth-core==1.7.0   # via social-auth-app-django
+social-auth-core==2.0.0   # via social-auth-app-django
 sqlparse==0.2.4           # via django-debug-toolbar
 text-unidecode==1.2       # via faker
 unidecode==0.4.21