Fix requirements
This commit is contained in:
parent
c152d19185
commit
8c480012d4
5 changed files with 29 additions and 29 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
django>=1.5.1
|
django>=1.5.1
|
||||||
|
https://github.com/divio/django-cms/archive/develop.zip
|
||||||
coverage
|
coverage
|
||||||
mock>=1.0.1
|
mock>=1.0.1
|
||||||
nose>=1.3.0
|
nose>=1.3.0
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1 @@
|
||||||
https://github.com/edoburu/django-parler/archive/master.zip
|
-e .
|
||||||
django-taggit
|
|
||||||
django-filer
|
|
||||||
django-cms>=3.0
|
|
||||||
django-select2
|
|
||||||
pytz
|
|
||||||
django-taggit-templatetags
|
|
||||||
django-taggit-autosuggest
|
|
||||||
django-admin-enhancer
|
|
||||||
# Additional requirements go here
|
|
||||||
7
setup.py
Normal file → Executable file
7
setup.py
Normal file → Executable file
|
|
@ -36,6 +36,13 @@ setup(
|
||||||
],
|
],
|
||||||
include_package_data=True,
|
include_package_data=True,
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
'django-taggit',
|
||||||
|
'django-filer',
|
||||||
|
'django-select2',
|
||||||
|
'pytz',
|
||||||
|
'django-taggit-templatetags',
|
||||||
|
'django-taggit-autosuggest',
|
||||||
|
'django-admin-enhancer',
|
||||||
],
|
],
|
||||||
license="BSD",
|
license="BSD",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -6,4 +6,5 @@ setenv =
|
||||||
PYTHONPATH = {toxinidir}:{toxinidir}/djangocms_blog
|
PYTHONPATH = {toxinidir}:{toxinidir}/djangocms_blog
|
||||||
commands = python setup.py test
|
commands = python setup.py test
|
||||||
deps =
|
deps =
|
||||||
|
-r{toxinidir}/requirements-dev.txt
|
||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
Loading…
Add table
Add a link
Reference in a new issue