parent
a66417e9d0
commit
199b4eb860
2 changed files with 45 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -45,6 +45,6 @@ setup(name='mongoengine',
|
|||
long_description=LONG_DESCRIPTION,
|
||||
platforms=['any'],
|
||||
classifiers=CLASSIFIERS,
|
||||
install_requires=['pymongo', 'blinker'],
|
||||
install_requires=['pymongo', 'blinker', 'django>=1.3'],
|
||||
test_suite='tests',
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue