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