-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
699ad96
commit ad70bd6
Showing
2 changed files
with
99 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,82 @@ | ||
-r requirements.txt | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --extra=dev --output-file=requirements-dev.txt pyproject.toml | ||
# | ||
build==1.0.3 | ||
# via pip-tools | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
click==8.1.7 | ||
# via pip-tools | ||
coverage[toml]==7.3.2 | ||
# via | ||
# agentarchives (pyproject.toml) | ||
# pytest-cov | ||
exceptiongroup==1.1.3 | ||
# via pytest | ||
idna==3.4 | ||
# via | ||
# requests | ||
# yarl | ||
importlib-metadata==6.8.0 | ||
# via build | ||
iniconfig==2.0.0 | ||
# via pytest | ||
multidict==6.0.4 | ||
# via yarl | ||
mysqlclient==2.2.0 | ||
# via agentarchives (pyproject.toml) | ||
packaging==23.2 | ||
# via | ||
# build | ||
# pytest | ||
pip-tools==7.3.0 | ||
# via agentarchives (pyproject.toml) | ||
pluggy==1.3.0 | ||
# via pytest | ||
pyproject-hooks==1.0.0 | ||
# via build | ||
pytest==7.4.3 | ||
# via | ||
# agentarchives (pyproject.toml) | ||
# pytest-cov | ||
# pytest-mock | ||
pytest-cov==4.1.0 | ||
# via agentarchives (pyproject.toml) | ||
pytest-mock==3.12.0 | ||
# via agentarchives (pyproject.toml) | ||
pyyaml==6.0.1 | ||
# via vcrpy | ||
requests==2.31.0 | ||
# via agentarchives (pyproject.toml) | ||
tomli==2.0.1 | ||
# via | ||
# build | ||
# coverage | ||
# pip-tools | ||
# pyproject-hooks | ||
# pytest | ||
urllib3==1.26.18 | ||
# via | ||
# requests | ||
# vcrpy | ||
vcrpy==5.1.0 | ||
# via agentarchives (pyproject.toml) | ||
wheel==0.41.3 | ||
# via pip-tools | ||
wrapt==1.15.0 | ||
# via vcrpy | ||
yarl==1.9.2 | ||
# via vcrpy | ||
zipp==3.17.0 | ||
# via importlib-metadata | ||
|
||
pytest | ||
pytest-cov | ||
pytest-mock | ||
vcrpy | ||
# The following packages are considered to be unsafe in a requirements file: | ||
pip==23.3.1 | ||
# via pip-tools | ||
setuptools==68.2.2 | ||
# via pip-tools |
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,2 +1,18 @@ | ||
requests | ||
mysqlclient | ||
# | ||
# This file is autogenerated by pip-compile with Python 3.9 | ||
# by the following command: | ||
# | ||
# pip-compile --allow-unsafe --output-file=requirements.txt pyproject.toml | ||
# | ||
certifi==2023.7.22 | ||
# via requests | ||
charset-normalizer==3.3.2 | ||
# via requests | ||
idna==3.4 | ||
# via requests | ||
mysqlclient==2.2.0 | ||
# via agentarchives (pyproject.toml) | ||
requests==2.31.0 | ||
# via agentarchives (pyproject.toml) | ||
urllib3==2.0.7 | ||
# via requests |