File size: 838 Bytes
a8ec3b5
 
 
 
 
 
 
 
c4d67f6
a8ec3b5
200d347
a8ec3b5
 
 
e0f9aaf
e6036f2
 
ec4f8ef
 
 
 
 
 
200d347
a8ec3b5
 
 
 
 
 
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
[project]
name = "final-assignment-template"
version = "0.1.0"
description = ""
authors = [
    {name = "Tzur Vaich",email = "[email protected]"}
]
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
    "smolagents[litellm,toolkit] (>=1.14.0,<2.0.0)",
    "gradio[oauth] (>=5.27.0,<6.0.0)",
    "requests (>=2.32.3,<3.0.0)",
    "pandas (>=2.2.3,<3.0.0)",
    "python-dotenv (>=1.1.0,<2.0.0)",
    "playwright (>=1.52.0,<2.0.0)",
    "datasets (>=3.5.1,<4.0.0)",
    "python-docx (>=1.1.2,<2.0.0)",
    "pypdf (>=5.4.0,<6.0.0)",
    "openpyxl (>=3.1.5,<4.0.0)",
    "wikipedia (>=1.4.0,<2.0.0)",
    "openai (>=1.77.0,<2.0.0)",
    "youtube-transcript-api (>=1.0.3,<2.0.0)",
    "faster-whisper (>=1.1.1,<2.0.0)",
]


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