Skip to content

Commit

Permalink
chore: widen required radon version to include 5.x (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: David Schneider <[email protected]>
  • Loading branch information
dsch and dsch authored Sep 3, 2021
1 parent a3667b2 commit d5baeb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
radon = "<3,>=2"
radon = "<6,>=4"
requests = "<3.0,>=2.0"
PyYAML = ">=4.2b1,<5.0"

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
radon>=4,<5
radon>=4,<6
requests>=2.0,<3.0
PyYAML>=4.2b1,<6.0

0 comments on commit d5baeb5

Please sign in to comment.