File size: 434 Bytes
16998ad ee6d38b 16998ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
[tool.poetry]
name = "inclu-v1"
version = "0.1.0"
description = ""
authors = ["Jaume Ferrarons <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
gradio = "^4.25.0"
google-generativeai = "^0.4.1"
[tool.poetry.group.dev.dependencies]
python-dotenv = "^1.0.1"
ipykernel = "^6.29.4"
ipywidgets = "^8.1.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|