alas/api/pyproject.toml

23 lines
507 B
TOML
Raw Normal View History

2022-07-03 15:29:11 +00:00
[tool.poetry]
name = "alas"
version = "0.1.0"
description = ""
authors = ["Armin Friedl <dev@friedl.net>"]
[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" }
[tool.poetry.dev-dependencies]
pytest = "^5.2"
uvicorn = "^0.18.2"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"