الملفات
simple-store/pyproject.toml
2025-10-05 16:30:47 +03:00

11 أسطر
373 B
TOML

[project]
name = "simple-store"
version = "0.1.0"
description = "a demo API (e.g., for a store, booking system, or any domain of your choice) with 6-7 documented endpoints, implement logging, monitor errors via a Bash script, and automate API requests."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"flask==3.0.0",
"flask-swagger-ui==4.11.1",
]