-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove tox-battery package requirement
- Loading branch information
1 parent
6fa0fea
commit 66aed8a
Showing
9 changed files
with
1,214 additions
and
657 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,39 @@ | ||
# | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# make upgrade | ||
# | ||
certifi==2022.6.15 | ||
# via requests | ||
charset-normalizer==2.1.0 | ||
# via requests | ||
coverage==6.4.2 | ||
# via codecov | ||
distlib==0.3.5 | ||
cachetools==5.3.2 | ||
# via tox | ||
chardet==5.2.0 | ||
# via tox | ||
colorama==0.4.6 | ||
# via tox | ||
distlib==0.3.7 | ||
# via virtualenv | ||
filelock==3.7.1 | ||
filelock==3.13.1 | ||
# via | ||
# tox | ||
# virtualenv | ||
idna==3.3 | ||
# via requests | ||
packaging==21.3 | ||
# via tox | ||
platformdirs==2.5.2 | ||
# via virtualenv | ||
pluggy==1.0.0 | ||
# via tox | ||
py==1.11.0 | ||
# via tox | ||
pyparsing==3.0.9 | ||
# via packaging | ||
requests==2.28.1 | ||
# via codecov | ||
six==1.16.0 | ||
packaging==23.2 | ||
# via | ||
# pyproject-api | ||
# tox | ||
platformdirs==3.11.0 | ||
# via | ||
# -c requirements/constraints.txt | ||
# tox | ||
# virtualenv | ||
pluggy==1.3.0 | ||
# via tox | ||
toml==0.10.2 | ||
pyproject-api==1.6.1 | ||
# via tox | ||
tox==3.25.1 | ||
tomli==2.0.1 | ||
# via | ||
# pyproject-api | ||
# tox | ||
tox==4.11.4 | ||
# via -r requirements/ci.in | ||
urllib3==1.26.11 | ||
# via requests | ||
virtualenv==20.16.3 | ||
virtualenv==20.25.0 | ||
# via tox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.