mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-23 01:44:33 +01:00
Add coverage to development dependencies in pyproject.toml and requirements-dev.txt.
This commit is contained in:
@@ -30,7 +30,7 @@ dependencies = ['typing-extensions >=4.6.0,!=4.7.0']
|
||||
dynamic = ['readme', 'version']
|
||||
|
||||
[project.optional-dependencies]
|
||||
dev = ["mypy==1.11.0", "pytest==8.3.1", "pytest-cov==5.0.0", "ruff==0.5.4"]
|
||||
dev = ["mypy==1.11.0", "pytest==8.3.1", "pytest-cov==5.0.0", "ruff==0.5.4", "coverage==7.6.1"]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://github.com/penberg/limbo"
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
coverage==7.6.1
|
||||
# via pytest-cov
|
||||
# via
|
||||
# limbo (pyproject.toml)
|
||||
# pytest-cov
|
||||
iniconfig==2.0.0
|
||||
# via pytest
|
||||
mypy==1.11.0
|
||||
|
||||
Reference in New Issue
Block a user