Skip to content

Commit f3c513f

Browse files
committed
poetry: Move python / cov packages into dev dependencies
1 parent 29c861e commit f3c513f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,8 @@ authors = ["Tony Narlock <[email protected]>"]
1111
[tool.poetry.dependencies]
1212
python = ">=3.5"
1313
click = ">=7<8"
14-
codecov = "*"
15-
colorama = "*"
16-
coverage = "*"
1714
kaptan = "*"
1815
libtmux = "<0.9"
19-
pytest-cov = "*"
2016

2117
[tool.poetry.dev-dependencies]
2218
aafigure = "*"
@@ -32,3 +28,7 @@ pytest-rerunfailures = "*"
3228
sphinx = "*"
3329
sphinx-issues = "*"
3430
twine = "*"
31+
codecov = "*"
32+
colorama = "*"
33+
coverage = "*"
34+
pytest-cov = "*"

0 commit comments

Comments
 (0)