Updated setup / added datetime test
This commit is contained in:
4
setup.py
4
setup.py
@@ -48,6 +48,6 @@ setup(name='mongoengine',
|
||||
platforms=['any'],
|
||||
classifiers=CLASSIFIERS,
|
||||
install_requires=['pymongo'],
|
||||
test_suite='tests',
|
||||
tests_require=['blinker', 'django>=1.3', 'PIL']
|
||||
# use python setup.py nosetests to test
|
||||
setup_requires=['nose', 'coverage', 'blinker', 'django>=1.3', 'PIL']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user