Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions requirements-dev.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-r requirements.txt
bottle~=0.13.0
pytest~=8.3.0
# pytest-cov 2.6.0 has increased the version requirement
# for the coverage package from >=3.7.1 to >=4.4,
# which is in conflict with the version requirement
# defined by the python-coveralls package for coverage==4.0.3
pytest-cov~=2.5.0
36 changes: 28 additions & 8 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
-r requirements.txt
bottle
pytest
# pytest-cov 2.6.0 has increased the version requirement
# for the coverage package from >=3.7.1 to >=4.4,
# which is in conflict with the version requirement
# defined by the python-coveralls package for coverage==4.0.3
pytest-cov>=2.4.0,<2.6
#
# 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
1 change: 1 addition & 0 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
backports-datetime-fromisoformat; python_version < '3.11'
9 changes: 8 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
backports-datetime-fromisoformat; python_version < '3.11'
#
# 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
Loading