sunpayus/pyproject.toml

12 lines
220 B
TOML
Raw Normal View History

[project]
name = "1"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"flask>=3.1.2",
"python-dotenv>=1.2.1",
"requests>=2.32.5",
]