init
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
[project]
|
||||
name = "web-on-the-fly"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"flask>=3.1.3",
|
||||
"gunicorn>=23.0.0",
|
||||
"httpx>=0.28.1",
|
||||
"python-dotenv>=1.2.2",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
run = "app:app.run(host='0.0.0.0', port=5000, debug=True)"
|
||||
|
||||
[tool.pyright]
|
||||
typeCheckingMode = "strict"
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pyright>=1.1.411",
|
||||
"ruff>=0.16.1",
|
||||
]
|
||||
Reference in New Issue
Block a user