-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #629 from k4cg/3.0-dev_reverted_req_fix
reverted parts of #607 since pip-tools 6.2 support "skip-extras"
- Loading branch information
Showing
20 changed files
with
148 additions
and
141 deletions.
There are no files selected for viewing
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,39 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# This file is autogenerated by pip-compile with python 3.9 | ||
# To update, run: | ||
# | ||
# pip-compile requirements/tests.in | ||
# pip-compile --strip-extras requirements/tests.in | ||
# | ||
attrs==21.2.0 | ||
# via pytest | ||
coverage[toml]==5.5 | ||
coverage==5.5 | ||
# via | ||
# -r requirements/tests.in | ||
# pytest-cov | ||
future==0.18.2 | ||
# via junitparser | ||
iniconfig==1.1.1 | ||
# via pytest | ||
junitparser==2.0.0 | ||
junitparser==2.1.1 | ||
# via -r requirements/tests.in | ||
packaging==20.9 | ||
packaging==21.0 | ||
# via pytest | ||
pluggy==0.13.1 | ||
# via pytest | ||
py==1.10.0 | ||
# via pytest | ||
pyparsing==2.4.7 | ||
# via packaging | ||
pytest-cov==2.12.0 | ||
# via -r requirements/tests.in | ||
pytest-mock==3.6.1 | ||
# via -r requirements/tests.in | ||
pytest==6.2.4 | ||
# via | ||
# -r requirements/tests.in | ||
# pytest-cov | ||
# pytest-mock | ||
pytest-cov==2.12.1 | ||
# via -r requirements/tests.in | ||
pytest-mock==3.6.1 | ||
# via -r requirements/tests.in | ||
toml==0.10.2 | ||
# via | ||
# coverage | ||
# pytest | ||
# pytest-cov |
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.