We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0758f28 commit 1b13a02Copy full SHA for 1b13a02
1 file changed
pyproject.toml
@@ -9,6 +9,30 @@ license = "MIT"
9
python = "~2.7 || ^3.5"
10
11
[tool.poetry.dev-dependencies]
12
+black = {version="==19.10b0", python="^3.6"}
13
+docutils = "*"
14
+flake8 = "*"
15
+isort = "*"
16
+pytest = [
17
+ {version="<4.7.0", python="<3"},
18
+ {version="*", python=">=3"}
19
+]
20
+pathlib2 = {version="<2.3.5", python="<3"} # Untangle pytest peer-dependency
21
+sphinx = [
22
+ {version="<2", python="<3"},
23
24
25
+twine = "*"
26
+codecov = "*"
27
+coverage = "*"
28
+pytest-cov = [
29
+ {version="<2.10.0", python="<3"},
30
31
32
+pytest-mock = [
33
+ {version="<3.0.0", python="<3"},
34
35
36
37
[build-system]
38
requires = ["poetry>=0.12"]
0 commit comments