Skip to content

Commit 670c845

Browse files
Allow recent more-itertools version (#67)
* Be less strict about required boto3 and sqlalchemy versions * Allow latest more-itertools
1 parent 965300a commit 670c845

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ install_requires =
2929
boto3 >=1.12.7,<1.14
3030
SQLAlchemy >=1.3.13,<1.4
3131
pydantic == 1.4
32-
more-itertools == 8.0.2
32+
more-itertools >= 8.0.2,<8.5
3333
3434
tests_require =
3535
pytest

0 commit comments

Comments
 (0)