11 lines
214 B
Plaintext
11 lines
214 B
Plaintext
|
|
[project]
|
||
|
|
requires = ["python-3.12"]
|
||
|
|
|
||
|
|
[dev]
|
||
|
|
build = ["pip", "install", "-r", "requirements.txt"]
|
||
|
|
run = ["python", "app.py"]
|
||
|
|
|
||
|
|
[deploy]
|
||
|
|
build = ["pip", "install", "-r", "requirements.txt"]
|
||
|
|
run = ["python", "app.py"]
|