We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 241bbc7 commit 10fc3aeCopy full SHA for 10fc3ae
Pipfile
@@ -19,12 +19,10 @@ pytest-cov = "*"
19
pytest-timeout = "*"
20
pytest-xdist = "*"
21
requests = "*"
22
-dodgy = "*"
23
psutil = "*"
24
pebble = "*"
25
python-dotenv = "*"
26
gitpython = "*"
27
-liccheck = "*"
28
wheel = "*"
29
ifaddr = "*"
30
mypy = "*"
pyproject.toml
@@ -65,7 +65,7 @@ chardet = "*"
65
docopt-ng = "*"
66
67
[tool.poetry.dev-dependencies]
68
-pytest = "=>6.0.1"
+pytest = ">=6.0.1"
69
pytest-cov = ">=2.10.1"
70
flake8 = "*"
71
pylint = "*"
0 commit comments