mirror of
https://github.com/pretix/pretix.git
synced 2026-08-29 13:44:40 +00:00
Split requirements files
Remove unused import
This commit is contained in:
@@ -0,0 +1 @@
|
||||
django-debug-toolbar>=1.3.0
|
||||
@@ -0,0 +1,13 @@
|
||||
# Functional requirements
|
||||
Django==1.8b2
|
||||
pytz
|
||||
django-bootstrap3
|
||||
-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
|
||||
|
||||
# Deployment / static file compilation requirements
|
||||
BeautifulSoup4
|
||||
html5lib
|
||||
slimit
|
||||
lxml
|
||||
@@ -0,0 +1,3 @@
|
||||
# Polyfill for Python <3.4
|
||||
# Remove this, when Python 3.3 support is dropped
|
||||
flufl.enum
|
||||
@@ -0,0 +1,11 @@
|
||||
# Testing requirements
|
||||
pyflakes
|
||||
pep8==1.5.7 # exact requirement by flake8 2.4.0
|
||||
pep8-naming
|
||||
flake8
|
||||
coveralls
|
||||
coverage
|
||||
selenium
|
||||
# PyVirtualDisplay
|
||||
# -e git+https://github.com/pretix/sauceclient.git@master#egg=sauceclient
|
||||
# travis
|
||||
Reference in New Issue
Block a user