[tool.poetry] name = "alas" version = "0.1.0" description = "" authors = ["Armin Friedl "] [tool.poetry.dependencies] python = ">=3.10,<3.11" fastapi = "^0.78.0" transformers = "^4.20.1" torch = "^1.11.0" scipy = "^1.8.1" dalle-mini = "^0.1.1" vqgan-jax = { git = "https://github.com/patil-suraj/vqgan-jax.git", branch = "main" } uvicorn = {extras = ["standard"], version = "^0.18.2"} [tool.poetry.dev-dependencies] pytest = "^5.2" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"