Update dependency on unreleased PyMongo code.
This commit is contained in:
parent
034d0fe1a9
commit
2fde35966d
@ -1,3 +1,3 @@
|
||||
git+https://github.com/mongodb/mongo-python-driver.git@f4f693e5#egg=pymongo
|
||||
git+https://github.com/mongodb/mongo-python-driver.git@4307f225#egg=pymongo
|
||||
tornado>=3.1
|
||||
greenlet>=0.4
|
||||
|
||||
2
setup.py
2
setup.py
@ -46,7 +46,7 @@ if 'nosetests' in sys.argv:
|
||||
packages.append('test')
|
||||
|
||||
pymongo_url = (
|
||||
'https://github.com/mongodb/mongo-python-driver/tarball/f4f693e5'
|
||||
'https://github.com/mongodb/mongo-python-driver/tarball/4307f225'
|
||||
'#egg=pymongo')
|
||||
|
||||
setup(name='motor',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user