Fix requirements
This commit is contained in:
parent
c152d19185
commit
8c480012d4
5 changed files with 29 additions and 29 deletions
9
setup.py
Normal file → Executable file
9
setup.py
Normal file → Executable 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',
|
||||
],
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue