[tool.poetry] name = "art-search-engine" version = "0.1.0" description = "" authors = ["Vincent Claes "] 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"