File size: 993 Bytes
bb41dbe
 
 
 
 
 
 
 
 
 
263b1f7
bb41dbe
 
 
 
 
 
 
 
 
ef58f28
 
 
bb41dbe
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[project]
name = "final-assignment-template"
version = "0.1.0"
description = "My attempt to the final assignment of hugging face's agents course"
authors = [
    {name = "Angelo Mosquera",email = "anggelomos@outlook.com"}
]
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
    "gradio[oauth] (>=5.39.0,<6.0.0)",
    "requests (>=2.32.4,<3.0.0)",
    "python-dotenv (>=1.1.1,<2.0.0)",
    "langchain-community (>=0.3.27,<0.4.0)",
    "langgraph (>=0.5.4,<0.6.0)",
    "rank-bm25 (>=0.2.2,<0.3.0)",
    "langchain-google-genai (>=2.1.8,<3.0.0)",
    "pandas (>=2.0.0,<3.0.0)",
    "openpyxl (>=3.0.0,<4.0.0)",
    "duckduckgo-search (>=8.1.1,<9.0.0)",
    "ddgs (>=9.4.3,<10.0.0)",
    "langchain-openai (>=0.3.28,<0.4.0)",
    "beautifulsoup4 (>=4.13.4,<5.0.0)",
]

[tool.poetry]
package-mode = false

[tool.poetry.group.dev.dependencies]
flake8 = "^7.3.0"
ruff = "^0.12.5"

[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"