Skip to content

Commit

Permalink
Merge 32876d0 into 62b4824
Browse files Browse the repository at this point in the history
  • Loading branch information
etataurov committed Nov 13, 2015
2 parents 62b4824 + 32876d0 commit fa35071
Showing 1 changed file with 2 additions and 2 deletions.
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 >= 2.7, <= 2.8',
'tornado',
'motor==0.2',
'motor >= 0.2, <= 0.4.1',
'six',
'easydict'
],
Expand Down

0 comments on commit fa35071

Please sign in to comment.