forked from CGM_Public/pretix_original
32 lines
714 B
Plaintext
32 lines
714 B
Plaintext
# Functional requirements
|
|
Django>=1.10,<1.11
|
|
python-dateutil
|
|
pytz
|
|
django-bootstrap3>=7.1,<7.2
|
|
git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js
|
|
django-compressor==2.1
|
|
reportlab>=3.2,<3.3
|
|
PyPDF2==1.26.*
|
|
easy-thumbnails>=2.2,<3
|
|
django-libsass
|
|
libsass
|
|
django-otp==0.3.*
|
|
python-u2flib-server==4.*
|
|
django-formtools==1.0
|
|
# celery>=3.1,<3.2
|
|
# until the following issue is fixed, we need our own celery version
|
|
# https://github.com/celery/celery/pull/3199
|
|
git+https://github.com/pretix/celery.git@pretix#egg=celery
|
|
django-statici18n==1.2.*
|
|
|
|
# Deployment / static file compilation requirements
|
|
BeautifulSoup4
|
|
html5lib
|
|
slimit
|
|
lxml
|
|
static3==0.6.1
|
|
dj-static
|
|
csscompressor
|
|
django-markup
|
|
markdown
|