Skip to content

Commit

Permalink
Depend on PyMongo 3+.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajdavis committed Apr 14, 2015
1 parent 6a96ec0 commit 7a91be5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
with open('CHANGELOG.rst') as changelog_file:
changelog = changelog_file.read().replace('.. :changelog:', '')

requirements = ['pymongo']
requirements = ['pymongo>=3']

test_requirements = []

Expand All @@ -36,9 +36,6 @@
package_dir={'mockupdb': 'mockupdb'},
include_package_data=True,
install_requires=requirements,
dependency_links=[
'https://github.com/mongodb/mongo-python-driver/archive/3.0b0.tar.gz'
'#egg=pymongo'],
license="Apache License, Version 2.0",
zip_safe=False,
keywords=["mongo", "mongodb", "wire protocol", "mockmongodb", "mock"],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ deps =
py26: ordereddict
py26: simplejson
doctest: sphinx
https://github.com/mongodb/mongo-python-driver/archive/3.0b1.tar.gz
pymongo >= 3

0 comments on commit 7a91be5

Please sign in to comment.