We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd50b4a commit 0a390c2Copy full SHA for 0a390c2
1 file changed
setup.cfg
@@ -38,6 +38,15 @@ bluetooth =
38
pybluez >= 0.23; platform_system == 'Linux'
39
pybluez >= 0.23; platform_system == 'Windows'
40
pybluez >= 0.23; platform_system == 'Darwin'
41
+dev =
42
+ pytest >= 6.0.2
43
+ coverage >= 5.1
44
+ pre-commit >= 2.10.1
45
+ check-manifest >= 0.48
46
+ sphinx >= 3.4.3
47
+ sphinx-rtd-theme >= 0.5.1
48
+ sphinx-autodoc-typehints >= 1.12.0
49
+ tox >= 3.21.4
50
51
[flake8]
52
max-line-length = 88
0 commit comments