Skip to content

Commit

Permalink
fix: wheel depedency
Browse files Browse the repository at this point in the history
  • Loading branch information
irtazaakram committed Feb 20, 2024
1 parent 43b8943 commit 043a3e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ allowlist_externals =
rm
deps =
setuptools
wheel
-r{toxinidir}/requirements/doc.txt
commands =
doc8 --ignore-path docs/_build README.rst docs
Expand All @@ -46,6 +47,7 @@ allowlist_externals =
touch
deps =
setuptools
wheel
-r{toxinidir}/requirements/quality.txt
commands =
touch tests/__init__.py
Expand Down

0 comments on commit 043a3e8

Please sign in to comment.