Skip to content

Commit

Permalink
Add locked down dependencies using pip-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
daveisfera committed Dec 17, 2024
1 parent a000f91 commit 0c3a3c7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
28 changes: 28 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements-dev.txt requirements-dev.in
#
backports-datetime-fromisoformat==2.0.2 ; python_version < "3.11"
# via -r requirements.txt
bottle==0.13.2
# via -r requirements-dev.in
coverage==7.6.9
# via pytest-cov
exceptiongroup==1.2.2
# via pytest
iniconfig==2.0.0
# via pytest
packaging==24.2
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.3.4
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==2.5.1
# via -r requirements-dev.in
tomli==2.2.1
# via pytest
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
#
backports-datetime-fromisoformat==2.0.2 ; python_version < "3.11"
# via -r requirements.in

0 comments on commit 0c3a3c7

Please sign in to comment.