Skip to content

Commit a34acd7

Browse files
committed
Update Requirements
1 parent f6901f7 commit a34acd7

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ authors = [{ name = "Agno", email = "hello@agno.com" }]
77

88
dependencies = [
99
"agno[aws]==1.3.5",
10+
"aiofiles",
1011
"alembic",
1112
"beautifulsoup4",
1213
"duckduckgo-search",
@@ -19,6 +20,7 @@ dependencies = [
1920
"pgvector",
2021
"psycopg[binary]",
2122
"pycountry",
23+
"pypdf",
2224
"sqlalchemy",
2325
"streamlit",
2426
"tiktoken",

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
agno==1.3.5
44
agno-aws==0.0.1
55
agno-docker==0.0.1
6+
aiofiles==24.1.0
67
alembic==1.15.1
78
altair==5.5.0
89
annotated-types==0.7.0
@@ -73,6 +74,7 @@ pydantic-core==2.27.2
7374
pydantic-settings==2.8.1
7475
pydeck==0.9.1
7576
pygments==2.19.1
77+
pypdf==5.4.0
7678
pytest==8.3.5
7779
pytest-mock==3.14.0
7880
python-dateutil==2.9.0.post0

0 commit comments

Comments
 (0)