Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
skwashd committed Aug 14, 2022
1 parent e33e1c0 commit 0fa8aa0
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 @@ -22,7 +22,7 @@ def get_version(fname="flake8_bandit.py"):
VERSION = get_version()

# What packages are required for this module to be executed?
REQUIRED = ["flake8", "bandit>=1.7.3", "flake8-polyfill", "pycodestyle"]
REQUIRED = ["flake8<5", "bandit>=1.7.3"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 0fa8aa0

Please sign in to comment.