mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Use own dj-static fork as long as our patch is in review Remove setting for FORCE_SCRIPT_NAME
19 lines
551 B
Plaintext
19 lines
551 B
Plaintext
# Functional requirements
|
|
Django==1.8.1
|
|
python-dateutil>=2.4,<2.5
|
|
pytz
|
|
django-bootstrap3>=5.4,<5.5
|
|
-e git+https://github.com/pretix/django-formset-js.git@master#egg=django-formset-js
|
|
-e git+https://github.com/pretix/cleanerversion.git@pretix#egg=cleanerversion
|
|
django-compressor>=1.5,<2.0
|
|
reportlab>=3.1.44,<3.2
|
|
-e git+https://github.com/pretix/PyPDF2.git@pretix#egg=PyPDF2
|
|
|
|
# Deployment / static file compilation requirements
|
|
BeautifulSoup4
|
|
html5lib
|
|
slimit
|
|
lxml
|
|
static3==0.6.1
|
|
-e git+https://github.com/pretix/dj-static.git@script-path#egg=dj-static
|