Skip to content

Commit

Permalink
Update requirements files
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Nov 3, 2023
1 parent 699ad96 commit ad70bd6
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 7 deletions.
86 changes: 81 additions & 5 deletions requirements-dev.txt
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
20 changes: 18 additions & 2 deletions requirements.txt
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

0 comments on commit ad70bd6

Please sign in to comment.