We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 965300a commit 670c845Copy full SHA for 670c845
1 file changed
setup.cfg
@@ -29,7 +29,7 @@ install_requires =
29
boto3 >=1.12.7,<1.14
30
SQLAlchemy >=1.3.13,<1.4
31
pydantic == 1.4
32
- more-itertools == 8.0.2
+ more-itertools >= 8.0.2,<8.5
33
34
tests_require =
35
pytest
0 commit comments