19 lines
346 B
TOML
19 lines
346 B
TOML
[tool.poetry]
|
|
name = "FairHopper"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Eden Kirin <eden@ekirin.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
fastapi = "^0.95.0"
|
|
websockets = "^10.4"
|
|
uvicorn = "^0.21.1"
|
|
pydantic = "^1.10.7"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|