mirror of
https://github.com/pretix/pretix.git
synced 2026-08-09 10:37:50 +00:00
Fix syntax error in setup.py
This commit is contained in:
+1
-1
@@ -63,7 +63,7 @@ setup(
|
||||
keywords='tickets web shop ecommerce',
|
||||
install_requires=[
|
||||
'Django==1.11.*',
|
||||
'+djangorestframework==3.6.*',
|
||||
'djangorestframework==3.6.*',
|
||||
'python-dateutil==2.4.*',
|
||||
'pytz',
|
||||
'django-bootstrap3==8.2.*',
|
||||
|
||||
Reference in New Issue
Block a user