Remove more-itertools from install_requires (#4576)

This commit is contained in:
Andrew Achkar 2021-11-15 04:11:59 -05:00 committed by GitHub
parent 4af8b43722
commit 846c1d22a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,6 @@ install_requires = [
"responses>=0.9.0",
"MarkupSafe!=2.0.0a1", # This is a Jinja2 dependency, 2.0.0a1 currently seems broken
"Jinja2>=2.10.1",
"more-itertools",
"importlib_metadata ; python_version < '3.8'",
]