mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-08 01:26:03 -05:00
Hemna
f15974131c
This patch also removes the setup.cfg and replaces it with the pyproject.toml. This also renames the dev-requirements.txt to requirements-dev.txt To install dev pip install -e ".[dev]"
21 lines
249 B
Plaintext
21 lines
249 B
Plaintext
build
|
|
check-manifest
|
|
flake8
|
|
gray
|
|
isort
|
|
mypy
|
|
pep8-naming
|
|
pytest
|
|
pytest-cov
|
|
pip
|
|
pip-tools
|
|
pre-commit
|
|
Sphinx
|
|
tox
|
|
wheel
|
|
|
|
# Twine is used for uploading packages to pypi
|
|
# but it induces an install of cryptography
|
|
# This is sucky for rpi systems.
|
|
# twine
|