Fix syntax error in setup.py

This commit is contained in:
Raphael Michel
2017-07-02 18:57:10 +02:00
parent c1c4133ac6
commit 9a4426e486
+1 -1
View File
@@ -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.*',