mirror of
https://github.com/pretix/pretix.git
synced 2026-08-15 11:36:27 +00:00
Fix missing dependencies in setup.py
This commit is contained in:
+3
-1
@@ -63,12 +63,14 @@ setup(
|
||||
keywords='tickets web shop ecommerce',
|
||||
install_requires=[
|
||||
'Django==1.11.*',
|
||||
'+djangorestframework==3.6.*',
|
||||
'python-dateutil==2.4.*',
|
||||
'pytz',
|
||||
'django-bootstrap3==8.2.*',
|
||||
'django-formset-js-improved==0.5.0.1',
|
||||
'django-compressor==2.1',
|
||||
'django-hierarkey==1.0.*',
|
||||
'django-hierarkey==1.0.*,>=1.0.2',
|
||||
'django-filter==1.0.*',
|
||||
'reportlab==3.2.*',
|
||||
'easy-thumbnails==2.4.*',
|
||||
'PyPDF2==1.26.*',
|
||||
|
||||
Reference in New Issue
Block a user