[tool.poetry] name = "honcho" version = "0.0.1" description = "" authors = ["Plastic Labs "] 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" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"