Skip to content

Commit

Permalink
chore: specify dev dependencies in setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Aug 19, 2024
1 parent f3daeee commit 5d9705d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ run:
```
python3 -m venv venv
. venv/bin/activate
pip install pytest tox black pytest-xdist pytest-timeout
pip install -e .
pip install -e .[dev]
tox
```
8 changes: 8 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,14 @@ install_requires =
qrcode
deltachat>=1.136.2

[options.extras_require]
dev =
pytest
tox
black
pytest-xdist
pytest-timeout

[options.packages.find]
where = src

Expand Down

0 comments on commit 5d9705d

Please sign in to comment.