Skip to content

Commit

Permalink
Fix missing requirements_dev.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
NyanKiyoshi committed Sep 4, 2023
1 parent 45e3bce commit 6ae9403
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements_dev.txt pyproject.toml
#
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
cryptography==41.0.3
# via trustme
idna==3.4
# via
# requests
# trustme
iniconfig==2.0.0
# via pytest
mypy==1.5.1
# via requests-hardened (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
packaging==23.1
# via pytest
pluggy==1.3.0
# via pytest
pycparser==2.21
# via cffi
pytest==7.4.0
# via requests-hardened (pyproject.toml)
requests==2.31.0
# via requests-hardened (pyproject.toml)
trustme==1.1.0
# via requests-hardened (pyproject.toml)
types-requests==2.31.0.2
# via requests-hardened (pyproject.toml)
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.7.1
# via mypy
urllib3==2.0.4
# via requests

0 comments on commit 6ae9403

Please sign in to comment.