sparkle/pyproject.toml

20 lines
420 B
TOML
Raw Normal View History

2024-09-05 23:59:21 +00:00
[tool.poetry]
name = "sparkle"
version = "0.1.0"
description = ""
authors = ["Ryana May Que <ryanamayque@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.113.0"}
uvicorn = "^0.30.6"
2024-09-06 01:23:00 +00:00
python-dotenv = "^1.0.1"
requests = "^2.32.3"
websocket-client = "^1.8.0"
2024-09-05 23:59:21 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"