Updated setup / added datetime test
This commit is contained in:
parent
1fdc7ce6bb
commit
9c212306b8
5 changed files with 39 additions and 5 deletions
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']
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue