mograte to pipenv

This commit is contained in:
koksnuss
2019-06-02 17:45:55 +02:00
parent 4bb6172b0d
commit 4e3527e40c
2 changed files with 49 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]
daemon = "*"
tqdm = "*"
[requires]
python_version = "3.7"