art-search-engine / pyproject.toml
Vincent Claes
nicer looking gradio app
113288d
raw
history blame contribute delete
No virus
391 Bytes
[tool.poetry]
name = "art-search-engine"
version = "0.1.0"
description = ""
authors = ["Vincent Claes <vincent.v.claes@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.8"
gradio = "^3.12.0"
Pillow = "^9.3.0"
python-dotenv = "^0.21.0"
setuptools = "^65.6.3"
distribute = "^0.7.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"