Skip to content

Commit 0a390c2

Browse files
committed
Add development dependencies
You can install the project in editable mode with dependencies with: pip install -e .[dev]
1 parent bd50b4a commit 0a390c2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

setup.cfg

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,15 @@ bluetooth =
3838
pybluez >= 0.23; platform_system == 'Linux'
3939
pybluez >= 0.23; platform_system == 'Windows'
4040
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
4150

4251
[flake8]
4352
max-line-length = 88

0 commit comments

Comments
 (0)