Upgrade to Django 3.2 (#2056)

This commit is contained in:
Raphael Michel
2021-05-07 12:00:30 +02:00
committed by GitHub
parent 0a7a3537eb
commit 403b8191e4
120 changed files with 1994 additions and 1555 deletions

View File

@@ -148,27 +148,27 @@ setup(
keywords='tickets web shop ecommerce',
install_requires=[
'Django==3.0.*,>=3.0.14',
'djangorestframework==3.11.*',
'Django==3.2.*',
'djangorestframework==3.12.*',
'python-dateutil==2.8.*',
'isoweek',
'requests==2.24.*',
'requests==2.25.*',
'pytz',
'django-bootstrap3==12.0.*',
'django-bootstrap3==15.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',
'Pillow>=8.*,<9.0',
'reportlab>=3.5.65',
'Pillow==8.*',
'PyPDF2==1.26.*',
'django-libsass==0.8',
'libsass==0.20.*',
'django-otp==0.7.*,>=0.7.5',
'webauthn==0.4.*',
'python-u2flib-server==4.*',
'django-formtools==2.2',
'django-formtools==2.3',
'celery==4.4.*',
'kombu==4.6.*',
'django-statici18n==1.9.*',
@@ -192,8 +192,8 @@ setup(
'chardet<3.1.0,>=3.0.2',
'mt-940==3.2',
'django-i18nfield==1.9.*,>=1.9.1',
'django-jsonfallback>=2.1.2',
'psycopg2-binary',
'django-mysql',
'tqdm==4.*',
'vobject==0.9.*',
'pycountry',
@@ -201,7 +201,7 @@ setup(
'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',
'openpyxl==3.0.*',
@@ -220,7 +220,7 @@ setup(
],
extras_require={
'dev': [
'django-debug-toolbar==2.1',
'django-debug-toolbar==3.2',
'pycodestyle==2.5.*',
'pyflakes==2.1.*',
'flake8==3.7.*',