Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Set guards against incompatible versions.
Browse files Browse the repository at this point in the history
See gforcada/flake8-isort#116

Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com>
  • Loading branch information
dargor committed Aug 2, 2022
1 parent 2adbb13 commit 33f9eb1
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -18,6 +18,8 @@ IUSE=""

RDEPEND="
>=dev-python/flake8-3.2.1[${PYTHON_USEDEP}]
<dev-python/flake8-5[${PYTHON_USEDEP}]
>=dev-python/isort-4.3.5[${PYTHON_USEDEP}]
<dev-python/isort-6[${PYTHON_USEDEP}]
>=dev-python/testfixtures-6.8.0[${PYTHON_USEDEP}]
"

0 comments on commit 33f9eb1

Please sign in to comment.