Skip to content

Commit

Permalink
Include an upper bound per maintainer request
Browse files Browse the repository at this point in the history
Co-authored-by: Taneli Hukkinen <3275109+hukkin@users.noreply.github.com>
  • Loading branch information
ambv and hukkin committed Jul 3, 2021
1 parent c681e37 commit e3603fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -74,7 +74,7 @@ def get_long_description() -> str:
install_requires=[
"click>=7.1.2",
"appdirs",
"tomli>=0.2.6",
"tomli>=0.2.6,<2.0.0",
"typed-ast>=1.4.2; python_version < '3.8'",
"regex>=2020.1.8",
"pathspec>=0.8.1, <1",
Expand Down

0 comments on commit e3603fa

Please sign in to comment.