add pipfile/pipenv

This commit is contained in:
2019-08-27 18:09:28 +02:00
parent f81d9e39bd
commit c3f5b904c3
2 changed files with 50 additions and 0 deletions

13
Pipfile Normal file
View File

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