-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
30 lines (28 loc) · 872 Bytes
/
pyproject.toml
File metadata and controls
30 lines (28 loc) · 872 Bytes
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
[project]
name = "agno-learning"
version = "0.1.0"
description = "I am learning agno and this repository will be the record of what I learn"
authors = [
{name = "Devansh",email = "devansh.arctikcircle@gmail.com"}
]
readme = "README.md"
requires-python = ">=3.13,<4"
dependencies = [
"agno (>=1.7.6,<2.0.0)",
"openai (>=1.97.1,<2.0.0)",
"sqlalchemy (>=2.0.42,<3.0.0)",
"lancedb (>=0.24.2,<0.25.0)",
"tantivy (>=0.24.0,<0.25.0)",
"pylance (>=0.32.0,<0.33.0)",
"pandas (>=2.3.1,<3.0.0)",
"wikipedia (>=1.4.0,<2.0.0)",
"yfinance (>=0.2.65,<0.3.0)",
"ddgs (>=9.4.3,<10.0.0)",
"duckduckgo-search (>=8.1.1,<9.0.0)",
"firecrawl-py (>=2.16.3,<3.0.0)",
"scrapegraph-py (>=1.17.0,<2.0.0)",
"playwright (>=1.54.0,<2.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"