Fix missing dependencies in setup.py

This commit is contained in:
Raphael Michel
2017-07-02 18:41:48 +02:00
parent b4715f0931
commit 15bd1d9006
2 changed files with 3 additions and 4 deletions

View File

@@ -31,9 +31,6 @@ markdown
bleach==2.* bleach==2.*
raven raven
django-i18nfield>=1.0.1 django-i18nfield>=1.0.1
# API docs
coreapi==2.3.*
pygments
# Stripe # Stripe
stripe==1.22.* stripe==1.22.*
# PayPal # PayPal

View File

@@ -63,12 +63,14 @@ setup(
keywords='tickets web shop ecommerce', keywords='tickets web shop ecommerce',
install_requires=[ install_requires=[
'Django==1.11.*', 'Django==1.11.*',
'+djangorestframework==3.6.*',
'python-dateutil==2.4.*', 'python-dateutil==2.4.*',
'pytz', 'pytz',
'django-bootstrap3==8.2.*', 'django-bootstrap3==8.2.*',
'django-formset-js-improved==0.5.0.1', 'django-formset-js-improved==0.5.0.1',
'django-compressor==2.1', 'django-compressor==2.1',
'django-hierarkey==1.0.*', 'django-hierarkey==1.0.*,>=1.0.2',
'django-filter==1.0.*',
'reportlab==3.2.*', 'reportlab==3.2.*',
'easy-thumbnails==2.4.*', 'easy-thumbnails==2.4.*',
'PyPDF2==1.26.*', 'PyPDF2==1.26.*',