Initial commit

This commit is contained in:
Projects
2024-11-11 06:11:21 -08:00
commit b461aefe5f
31 changed files with 1150 additions and 0 deletions

10
requirements-test.txt Normal file
View File

@@ -0,0 +1,10 @@
# These requirements are for development and testing only, not for production.
pytest
coverage
flake8
black
isort
pytest-cov
mypy
gitchangelog
mkdocs