mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Raise some dependencies
This commit is contained in:
14
src/setup.py
14
src/setup.py
@@ -185,7 +185,7 @@ setup(
|
|||||||
'django-mysql',
|
'django-mysql',
|
||||||
'django-oauth-toolkit==1.2.*',
|
'django-oauth-toolkit==1.2.*',
|
||||||
'django-otp==1.1.*',
|
'django-otp==1.1.*',
|
||||||
'django-phonenumber-field==4.0.*',
|
'django-phonenumber-field==6.0.*',
|
||||||
'django-redis==5.0.*',
|
'django-redis==5.0.*',
|
||||||
'django-scopes==1.2.*',
|
'django-scopes==1.2.*',
|
||||||
'django-statici18n==2.1.*',
|
'django-statici18n==2.1.*',
|
||||||
@@ -203,9 +203,9 @@ setup(
|
|||||||
'openpyxl==3.0.*',
|
'openpyxl==3.0.*',
|
||||||
'packaging',
|
'packaging',
|
||||||
'paypalrestsdk==1.13.*',
|
'paypalrestsdk==1.13.*',
|
||||||
'phonenumberslite==8.11.*',
|
'phonenumberslite==8.12.*',
|
||||||
'Pillow==8.*',
|
'Pillow==8.*',
|
||||||
'protobuf==3.15.*',
|
'protobuf==3.19.*',
|
||||||
'psycopg2-binary',
|
'psycopg2-binary',
|
||||||
'pycountry',
|
'pycountry',
|
||||||
'pycparser==2.21',
|
'pycparser==2.21',
|
||||||
@@ -215,10 +215,10 @@ setup(
|
|||||||
'python-u2flib-server==4.*',
|
'python-u2flib-server==4.*',
|
||||||
'pytz',
|
'pytz',
|
||||||
'pyuca',
|
'pyuca',
|
||||||
'redis=3.5.*',
|
'redis==3.5.*',
|
||||||
'reportlab>=3.5.65',
|
'reportlab==3.6.*',
|
||||||
'requests==2.25.*',
|
'requests==2.26.*',
|
||||||
'sentry-sdk==1.4.*',
|
'sentry-sdk==1.5.*',
|
||||||
'sepaxml==2.4.*,>=2.4.1',
|
'sepaxml==2.4.*,>=2.4.1',
|
||||||
'slimit',
|
'slimit',
|
||||||
'static3==0.7.*',
|
'static3==0.7.*',
|
||||||
|
|||||||
Reference in New Issue
Block a user