This commit is contained in:
2019-09-05 09:02:20 +02:00
commit adc01486ec
19 changed files with 403 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]
pytest = "*"
python-dateutil = "*"
click = "*"
[requires]
python_version = "3.7"