🎉 Initial commit

This commit is contained in:
2023-03-09 12:14:37 +01:00
committed by Daniil Fajnberg
commit 2dc46dc532
14 changed files with 455 additions and 0 deletions

1
requirements/common.txt Normal file
View File

@ -0,0 +1 @@
marshmallow

8
requirements/dev.txt Normal file
View File

@ -0,0 +1,8 @@
-r common.txt
black
build
coverage[toml]
flake8
mkdocs-material
mkdocstrings[python]
mypy