added pipenv scripts

This commit is contained in:
=
2024-02-01 22:07:24 +01:00
parent ad39aafe07
commit 62f0e2933e

View File

@@ -1,3 +1,7 @@
[scripts]
dev = "python main.py"
prod = "waitress-serve --host=0.0.0.0 main:app"
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true