mirror of
https://github.com/craigerl/aprsd.git
synced 2024-11-08 17:46:09 -05:00
Hemna
83370689b9
twine is only used for building a distribution and uploading to pypi. Unfortunately it has a dependency that pulls in cryptography which is painful on rpi systems as it requires the latest version of rustc and cargo.
17 lines
221 B
Plaintext
17 lines
221 B
Plaintext
flake8
|
|
isort
|
|
mypy
|
|
pep8-naming
|
|
Sphinx
|
|
tox
|
|
# Twine is used for uploading packages to pypi
|
|
# but it induces an install of cryptography
|
|
# This is sucky for rpi systems.
|
|
# twine
|
|
pre-commit
|
|
pytest
|
|
pytest-cov
|
|
gray
|
|
pip
|
|
pip-tools
|