mirror of
https://github.com/Hopiu/django-imagekit.git
synced 2026-03-16 21:30:23 +00:00
Add test requirements to setup
This commit is contained in:
parent
fb8c411f75
commit
9973e80a37
1 changed files with 5 additions and 0 deletions
5
setup.py
5
setup.py
|
|
@ -28,6 +28,11 @@ setup(
|
|||
packages=find_packages(),
|
||||
zip_safe=False,
|
||||
include_package_data=True,
|
||||
tests_require=[
|
||||
'nose==1.2.1',
|
||||
'nose-progressive==1.3',
|
||||
'django-nose==1.1',
|
||||
],
|
||||
install_requires=[
|
||||
'django-appconf>=0.5',
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue