mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +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
|
||||
openpyxl
|
||||
django-oauth-toolkit==1.2.*
|
||||
oauthlib==2.1.*
|
||||
django-jsonfallback
|
||||
psycopg2-binary
|
||||
# Stripe
|
||||
|
||||
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user