Skip to content

Commit

Permalink
Allow colorlog <7.0.0 (#431)
Browse files Browse the repository at this point in the history
5 is the latest release, and 6.x just drops support for Python 2, so we should be good.
  • Loading branch information
theacodes authored May 27, 2021
1 parent e012b60 commit 1d0ff6f
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 @@ -51,7 +51,7 @@
zip_safe=False,
install_requires=[
"argcomplete>=1.9.4,<2.0",
"colorlog>=2.6.1,<5.0.0",
"colorlog>=2.6.1,<7.0.0",
"packaging>=20.9",
"py>=1.4.0,<2.0.0",
"virtualenv>=14.0.0",
Expand Down

0 comments on commit 1d0ff6f

Please sign in to comment.