mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Update Django to 3.1 as well as other dependencies
This commit is contained in:
55
src/setup.py
55
src/setup.py
@@ -88,19 +88,19 @@ setup(
|
||||
|
||||
keywords='tickets web shop ecommerce',
|
||||
install_requires=[
|
||||
'Django==3.0.*,>=3.0.9',
|
||||
'djangorestframework==3.11.*',
|
||||
'Django==3.1.*',
|
||||
'djangorestframework==3.12.*',
|
||||
'python-dateutil==2.8.*',
|
||||
'isoweek',
|
||||
'requests==2.24.*',
|
||||
'requests==2.25.*',
|
||||
'pytz',
|
||||
'django-bootstrap3==12.0.*',
|
||||
'django-bootstrap3==14.0.*',
|
||||
'django-formset-js-improved==0.5.0.2',
|
||||
'django-compressor==2.4.*',
|
||||
'django-hierarkey==1.0.*,>=1.0.4',
|
||||
'django-filter==2.2.*',
|
||||
'django-filter==2.4.*',
|
||||
'django-scopes==1.2.*',
|
||||
'reportlab>=3.5.18',
|
||||
'reportlab>=3.5.65',
|
||||
'Pillow==7.*',
|
||||
'PyPDF2==1.26.*',
|
||||
'django-libsass==0.8',
|
||||
@@ -111,9 +111,9 @@ setup(
|
||||
'django-formtools==2.2',
|
||||
'celery==4.4.*',
|
||||
'kombu==4.6.*',
|
||||
'django-statici18n==1.9.*',
|
||||
'django-statici18n==2.0.*',
|
||||
'inlinestyler==0.2.*',
|
||||
'BeautifulSoup4==4.8.*',
|
||||
'BeautifulSoup4==4.9.*',
|
||||
'slimit',
|
||||
'lxml',
|
||||
'static3==0.7.*',
|
||||
@@ -125,53 +125,52 @@ setup(
|
||||
'sentry-sdk==0.14.*',
|
||||
'babel',
|
||||
'paypalrestsdk==1.13.*',
|
||||
'pycparser==2.13',
|
||||
'django-redis==4.11.*',
|
||||
'redis==3.4.*',
|
||||
'stripe==2.42.*',
|
||||
'chardet<3.1.0,>=3.0.2',
|
||||
'django-redis==4.12.*',
|
||||
'redis==3.5.*',
|
||||
'stripe==2.56.*',
|
||||
'chardet==4.0.*',
|
||||
'mt-940==3.2',
|
||||
'django-i18nfield>=1.7.0',
|
||||
'django-i18nfield==1.9.*',
|
||||
'django-jsonfallback>=2.1.2',
|
||||
'psycopg2-binary',
|
||||
'tqdm==4.*',
|
||||
'vobject==0.9.*',
|
||||
'pycountry',
|
||||
'django-countries>=6.0',
|
||||
'django-countries==7.*',
|
||||
'pyuca',
|
||||
'defusedcsv>=1.1.0',
|
||||
'vat_moss_forked==2020.3.20.0.11.0',
|
||||
'django-localflavor>=2.2',
|
||||
'django-localflavor==3.0.*',
|
||||
'jsonschema',
|
||||
'django-hijack>=2.1.10,<2.2.0',
|
||||
'django-hijack==2.3.*',
|
||||
'openpyxl==3.0.*',
|
||||
'django-oauth-toolkit==1.2.*',
|
||||
'django-oauth-toolkit==1.4.*',
|
||||
'oauthlib==3.1.*',
|
||||
'django-phonenumber-field==4.0.*',
|
||||
'phonenumberslite==8.11.*',
|
||||
'django-phonenumber-field==5.0.*',
|
||||
'phonenumberslite==8.12.*',
|
||||
'python-bidi==0.4.*', # Support for Arabic in reportlab
|
||||
'arabic-reshaper==2.0.15', # Support for Arabic in reportlab
|
||||
'packaging',
|
||||
'tlds>=2020041600',
|
||||
'tlds>=2021031000',
|
||||
'text-unidecode==1.*',
|
||||
'protobuf==3.13.*',
|
||||
'protobuf==3.15.*',
|
||||
'cryptography>=3.4.2',
|
||||
'sepaxml==2.4.*,>=2.4.1',
|
||||
],
|
||||
extras_require={
|
||||
'dev': [
|
||||
'django-debug-toolbar==2.1',
|
||||
'pycodestyle==2.5.*',
|
||||
'pyflakes==2.1.*',
|
||||
'flake8==3.7.*',
|
||||
'django-debug-toolbar==3.2',
|
||||
'pycodestyle==2.6.*',
|
||||
'pyflakes==2.2.*',
|
||||
'flake8==3.8.*',
|
||||
'pep8-naming',
|
||||
'coveralls',
|
||||
'coverage',
|
||||
'pytest==6.*',
|
||||
'pytest-django==4.*',
|
||||
'pytest-xdist==1.31.*',
|
||||
'pytest-xdist==2.2.*',
|
||||
'isort',
|
||||
'pytest-mock==2.0.*',
|
||||
'pytest-mock==3.5.*',
|
||||
'pytest-rerunfailures==9.*',
|
||||
'responses',
|
||||
'potypo',
|
||||
|
||||
Reference in New Issue
Block a user