Skip to content

Commit

Permalink
Temporarily pin pymongo 3.x, to allow writing tests for pymongo-using…
Browse files Browse the repository at this point in the history
… plugins
  • Loading branch information
alanbriolat committed Feb 15, 2022
1 parent 66c451d commit 3e827dd
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 @@ -16,7 +16,7 @@
install_requires=[
'click>=6.2,<7.0',
'straight.plugin==1.4.0-post-1',
'pymongo>=3.6.0',
'pymongo>=3.6.0,<4',
'requests>=2.9.1,<3.0.0',
'lxml>=2.3.5',
'aiogoogle>=0.1.13',
Expand Down

0 comments on commit 3e827dd

Please sign in to comment.