Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
PyMongo 4.0 breaks hub at the moment
  • Loading branch information
zcqian committed Dec 2, 2021
1 parent 723ed06 commit 783f8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def read(fname):
'aiocron==1.3', # setup scheduled jobs
'aiohttp==3.6.2', # for compatibility with elasticsearch-async==6.x
'asyncssh==2.5.0', # needs libffi-dev installed (apt-get)
'pymongo>=3.12.0', # support MongoDB 5.0 since v3.12.0
'pymongo>=3.12.0,<4.0', # support MongoDB 5.0 since v3.12.0
'psutil',
'jsonpointer', # for utils.jsonpatch
'IPython', # for interactive hub console
Expand Down

0 comments on commit 783f8fa

Please sign in to comment.