14 lines
262 B
TOML
14 lines
262 B
TOML
[project]
|
|
name = "api-server"
|
|
version = "0.1.0"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"fastapi>=0.104.0",
|
|
"uvicorn[standard]>=0.24.0",
|
|
"beautifulsoup4>=4.14.0",
|
|
]
|
|
|
|
# [build-system]
|
|
# requires = ["hatchling"]
|
|
# build-backend = "hatchling.build"
|