mirror of
https://github.com/jazzband/django-constance.git
synced 2026-04-22 16:04:42 +00:00
Added all test requirements.
This commit is contained in:
parent
1bca954411
commit
f3b313809f
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -45,7 +45,7 @@ setup(
|
|||
packages=find_packages(exclude=['tests']),
|
||||
include_package_data=True,
|
||||
test_suite='tests.runtests.main',
|
||||
tests_require=['django-discover-runner'],
|
||||
tests_require=['django-discover-runner', 'django-picklefield', 'redis'],
|
||||
install_requires=['six'],
|
||||
extras_require={
|
||||
'database': ['django-picklefield'],
|
||||
|
|
|
|||
Loading…
Reference in a new issue