Add pipfile

This commit is contained in:
2021-07-06 22:30:21 +12:00
parent 83f0cbc7fa
commit 98d66528b9
2 changed files with 77 additions and 0 deletions

17
Pipfile Normal file
View File

@@ -0,0 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
requests = "*"
[requires]
python_version = "3.8"
[scripts]
dev = 'bash -c "export DEBUG=1 && ls main.py | entr -rc python main.py"'
prod = "python main.py"