Fix requirements

This commit is contained in:
Iacopo Spalletti 2014-02-03 18:49:29 +01:00
commit 8c480012d4
5 changed files with 29 additions and 29 deletions

9
setup.py Normal file → Executable file
View file

@ -36,6 +36,13 @@ setup(
],
include_package_data=True,
install_requires=[
'django-taggit',
'django-filer',
'django-select2',
'pytz',
'django-taggit-templatetags',
'django-taggit-autosuggest',
'django-admin-enhancer',
],
license="BSD",
zip_safe=False,
@ -52,4 +59,4 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
],
)
)