Setting up Pipfile

This commit is contained in:
Suwako Moriya 2019-08-18 18:17:44 +02:00
parent c636a0625e
commit 5d6562199a
Signed by: SuwakoMmh
GPG Key ID: A27482B806F13CD5

18
Pipfile Normal file
View File

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