this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

🔨 Move ward-coverage to dev dependencies

+1 -1
+1 -1
pyproject.toml
··· 11 11 python = "^3.10" 12 12 rich = "^13.3.3" 13 13 docopt = "^0.6.2" 14 - ward-coverage = {git = "https://github.com/petereon/ward-coverage.git"} 15 14 16 15 17 16 [tool.poetry.group.dev.dependencies] 18 17 ward = "^0.67.2b0" 18 + ward-coverage = {git = "https://github.com/petereon/ward-coverage.git"} 19 19 20 20 [build-system] 21 21 requires = ["poetry-core"]