Skip to content

Commit f924430

Browse files
author
Mark Unsworth
committed
fixed pymongo version to be < 3.0 to avoid breaking changes
1 parent 88812a3 commit f924430

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pymongo
1+
pymongo<3.0
22
https://github.com/django-nonrel/djangotoolbox/tarball/master
33
https://github.com/django-nonrel/django/tarball/nonrel-1.5
44
https://github.com/django-nonrel/django-dbindexer/tarball/master

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
license='2-clause BSD',
1818
description=DESCRIPTION,
1919
long_description=LONG_DESCRIPTION,
20-
install_requires=['pymongo', 'djangotoolbox>=1.6.0'],
20+
install_requires=['pymongo<3.0', 'djangotoolbox>=1.6.0'],
2121
packages=find_packages(exclude=['tests', 'tests.*']),
2222
zip_safe=False,
2323
classifiers=[

0 commit comments

Comments
 (0)