Spaces:
Runtime error
Runtime error
File size: 391 Bytes
57d0ffa 113288d 57d0ffa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[tool.poetry]
name = "art-search-engine"
version = "0.1.0"
description = ""
authors = ["Vincent Claes <[email protected]>"]
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"
|