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