mirror of
https://github.com/pretix/pretix.git
synced 2026-05-11 16:13:59 +00:00
Pin oauthlib version
This commit is contained in:
@@ -35,6 +35,7 @@ django-i18nfield>=1.4.0
|
|||||||
django-hijack>=2.1.10,<2.2.0
|
django-hijack>=2.1.10,<2.2.0
|
||||||
openpyxl
|
openpyxl
|
||||||
django-oauth-toolkit==1.2.*
|
django-oauth-toolkit==1.2.*
|
||||||
|
oauthlib==2.1.*
|
||||||
django-jsonfallback
|
django-jsonfallback
|
||||||
psycopg2-binary
|
psycopg2-binary
|
||||||
# Stripe
|
# Stripe
|
||||||
|
|||||||
@@ -139,6 +139,7 @@ setup(
|
|||||||
'django-hijack>=2.1.10,<2.2.0',
|
'django-hijack>=2.1.10,<2.2.0',
|
||||||
'openpyxl',
|
'openpyxl',
|
||||||
'django-oauth-toolkit==1.2.*',
|
'django-oauth-toolkit==1.2.*',
|
||||||
|
'oauthlib==2.1.*',
|
||||||
'idna==2.6', # required by current requests
|
'idna==2.6', # required by current requests
|
||||||
],
|
],
|
||||||
extras_require={
|
extras_require={
|
||||||
|
|||||||
Reference in New Issue
Block a user