Skip to content

Commit

Permalink
set minimal pymongo version
Browse files Browse the repository at this point in the history
  • Loading branch information
newgene committed Aug 11, 2021
1 parent bce44e1 commit 6215c00
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', # 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',
'pymongo>=3.12.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 6215c00

Please sign in to comment.