22 lines
452 B
TOML
22 lines
452 B
TOML
[tool.poetry]
|
|
name = "honcho"
|
|
version = "0.0.2"
|
|
description = "Honcho Server"
|
|
authors = ["Plastic Labs <hello@plasticlabs.ai>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
fastapi = "^0.105.0"
|
|
uvicorn = "^0.24.0.post1"
|
|
python-dotenv = "^1.0.0"
|
|
sqlalchemy = "^2.0.25"
|
|
psycopg2-binary = "^2.9.9"
|
|
slowapi = "^0.1.8"
|
|
fastapi-pagination = "^0.12.14"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|