Skip to content

Commit

Permalink
Fix Python 3.6 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nycholas committed Oct 19, 2022
1 parent d6a6b84 commit 48b358b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ pyupgrade==3.1.0;python_version>"3.6" # https://github.com/asottile/pyupgrade
# Code quality
# ------------------------------------------------------------------------------
flake8==5.0.4 # https://github.com/PyCQA/flake8
flake8-isort==5.0.0 # https://github.com/gforcada/flake8-isort
flake8-isort==5.0.0;python_version>"3.6" # https://github.com/gforcada/flake8-isort
flake8-isort<=4.2.0;python_version<="3.6"
flake8-bugbear==22.9.23 # https://github.com/PyCQA/flake8-bugbear
flake8-pyi==22.10.0;python_version>"3.6" # https://github.com/ambv/flake8-pyi
flake8-pyi<20.10;python_version<="3.6"
Expand Down

0 comments on commit 48b358b

Please sign in to comment.