Updated setup.py
This commit is contained in:
parent
ca8b58d66d
commit
dbe2f5f2b8
2
setup.py
2
setup.py
@ -48,6 +48,6 @@ setup(name='mongoengine',
|
|||||||
platforms=['any'],
|
platforms=['any'],
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
install_requires=['pymongo'],
|
install_requires=['pymongo'],
|
||||||
test_suite='tests.bugfix',
|
test_suite='tests',
|
||||||
tests_require=['blinker', 'django>=1.3', 'PIL']
|
tests_require=['blinker', 'django>=1.3', 'PIL']
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user