mirror of
https://codeberg.org/diginaut/digimarks.git
synced 2026-02-04 13:50:27 +01:00
15 lines
146 B
Plaintext
15 lines
146 B
Plaintext
-r requirements.in
|
|
|
|
# Linting and fixing, including isort
|
|
ruff
|
|
# Typing
|
|
pyrefly
|
|
|
|
# Test suite
|
|
pytest
|
|
pytest-cov
|
|
|
|
# Publishing on PyPI
|
|
build
|
|
twine
|