Spaces:
Running
Running
MilesCranmer
commited on
Commit
•
2f5f984
1
Parent(s):
41f0271
build: add coverage to dev env
Browse files- pyproject.toml +1 -0
pyproject.toml
CHANGED
@@ -41,4 +41,5 @@ dev-dependencies = [
|
|
41 |
"pandas-stubs>=2.2.1.240316",
|
42 |
"types-pytz>=2024.1.0.20240417",
|
43 |
"types-openpyxl>=3.1.0.20240428",
|
|
|
44 |
]
|
|
|
41 |
"pandas-stubs>=2.2.1.240316",
|
42 |
"types-pytz>=2024.1.0.20240417",
|
43 |
"types-openpyxl>=3.1.0.20240428",
|
44 |
+
"coverage>=7.5.3",
|
45 |
]
|