Split requirements files

Remove unused import
This commit is contained in:
Raphael Michel
2015-03-14 12:59:34 +01:00
parent 8fdbd2c89b
commit a0b9e9a5f9
6 changed files with 33 additions and 33 deletions
+1
View File
@@ -0,0 +1 @@
django-debug-toolbar>=1.3.0
+13
View File
@@ -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
+3
View File
@@ -0,0 +1,3 @@
# Polyfill for Python <3.4
# Remove this, when Python 3.3 support is dropped
flufl.enum
+11
View File
@@ -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