We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56d4765 commit f3a2215Copy full SHA for f3a2215
requirements.txt
@@ -1,4 +1,4 @@
1
-pymongo
+pymongo>=3.0
2
https://github.com/django-nonrel/djangotoolbox/tarball/master
3
https://github.com/django-nonrel/django/tarball/nonrel-1.5
4
https://github.com/django-nonrel/django-dbindexer/tarball/master
setup.py
@@ -17,7 +17,7 @@
17
license='2-clause BSD',
18
description=DESCRIPTION,
19
long_description=LONG_DESCRIPTION,
20
- install_requires=['pymongo', 'djangotoolbox>=1.6.0'],
+ install_requires=['pymongo>=3.0', 'djangotoolbox>=1.6.0'],
21
packages=find_packages(exclude=['tests', 'tests.*']),
22
zip_safe=False,
23
classifiers=[
0 commit comments