Skip to content

Commit

Permalink
Increased the requirement versions for pymongo and motor to the curre…
Browse files Browse the repository at this point in the history
…nt available releases. The tests are all passing now with python3.6 and mongodb 3.6.
  • Loading branch information
thekie committed Feb 1, 2018
1 parent e75889e commit fed4937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools==1.1
sphinx
pymongo==2.5
pymongo==3.6
tornado
motor
six
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
'pymongo==2.7',
'pymongo==3.6',
'tornado',
'motor==0.2',
'motor==1.2.1',
'six',
'easydict'
],
Expand Down

0 comments on commit fed4937

Please sign in to comment.