Compare commits

...

1 commit

Author SHA1 Message Date
missytake 5d9705d244
chore: specify dev dependencies in setup.cfg 2024-08-19 12:32:46 +02:00
2 changed files with 9 additions and 2 deletions

View file

@ -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
```

View file

@ -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