Skip to content

Commit

Permalink
setup.py: Allow colorlog 4
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Oct 15, 2019
1 parent ac09923 commit 8b42a26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
packages=["nox"],
include_package_data=True,
install_requires=[
"argcomplete>=1.9.4, <2.0",
"colorlog>=2.6.1,<4.0.0",
"argcomplete>=1.9.4,<2.0",
"colorlog>=2.6.1,<5.0.0",
"py>=1.4.0,<2.0.0",
"virtualenv>=14.0.0",
],
Expand Down

0 comments on commit 8b42a26

Please sign in to comment.