Skip to content

Commit

Permalink
setup: fix inflect version requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop authored Dec 25, 2019
1 parent cfa4af1 commit f1b7f86
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 @@ -70,7 +70,7 @@ def run(self):
"distro>=1.3.0",
"appdirs>=1.4.3",
"treelib>=1.5.5",
"inflect>=2.1.0",
"inflect>=2.1.0,<4",
"humanize>=0.5.1",
"PyYAML>=5.1.2,<5.2", # Compatibility with awscli
"ruamel.yaml>=0.16.1",
Expand Down

0 comments on commit f1b7f86

Please sign in to comment.