Pin oauthlib version

This commit is contained in:
Raphael Michel
2019-01-09 14:18:41 +01:00
parent 4b7bf2f27f
commit 588955901c
2 changed files with 2 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ django-i18nfield>=1.4.0
django-hijack>=2.1.10,<2.2.0
openpyxl
django-oauth-toolkit==1.2.*
oauthlib==2.1.*
django-jsonfallback
psycopg2-binary
# Stripe

View File

@@ -139,6 +139,7 @@ setup(
'django-hijack>=2.1.10,<2.2.0',
'openpyxl',
'django-oauth-toolkit==1.2.*',
'oauthlib==2.1.*',
'idna==2.6', # required by current requests
],
extras_require={