fixes for #315 issue
This commit is contained in:
parent
76d771d20f
commit
3d817f145c
3 changed files with 11 additions and 11 deletions
2
setup.py
2
setup.py
|
|
@ -47,5 +47,5 @@ setup(name='mongoengine',
|
|||
classifiers=CLASSIFIERS,
|
||||
install_requires=['pymongo'],
|
||||
test_suite='tests',
|
||||
tests_require=['blinker', 'django==1.3']
|
||||
tests_require=['blinker', 'django>=1.3']
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue