initial commit

This commit is contained in:
Stijn Van Campenhout
2019-09-18 06:57:23 +02:00
commit c53c511b57
18 changed files with 1459 additions and 0 deletions

14
Pipfile Normal file
View File

@@ -0,0 +1,14 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
requests = "*"
pyaml = "*"
sphinx = "*"
[requires]
python_version = "3.7"