Initial import

This commit is contained in:
Johannes Marbach 2021-09-12 14:51:07 +02:00
commit 56852c21de
10 changed files with 1909 additions and 0 deletions

13
Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
pyyaml = "*"
gitpython = "*"
[dev-packages]
[requires]
python_version = "3.8"