Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
ashpreetbedi committed Oct 16, 2024
1 parent 9c41cbd commit 9b6cc33
Showing 2 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -7,6 +7,7 @@ authors = [{ name = "Phidata Team", email = "hello@phidata.com" }]

dependencies = [
"alembic",
"beautifulsoup4",
"duckduckgo-search",
"fastapi[standard]",
"mypy",
@@ -24,6 +25,7 @@ dependencies = [
"streamlit",
"tiktoken",
"typer",
"types-beautifulsoup4",
"types-Pillow",
]

12 changes: 8 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -5,9 +5,10 @@ altair==4.2.2
annotated-types==0.7.0
anyio==4.6.2.post1
attrs==24.2.0
beautifulsoup4==4.12.3
blinker==1.8.2
boto3==1.35.40
botocore==1.35.40
boto3==1.35.41
botocore==1.35.41
cachetools==5.5.0
certifi==2024.8.30
charset-normalizer==3.4.0
@@ -80,7 +81,8 @@ shellingham==1.5.4
six==1.16.0
smmap==5.0.1
sniffio==1.3.1
sqlalchemy==2.0.35
soupsieve==2.6
sqlalchemy==2.0.36
starlette==0.40.0
streamlit==1.22.0
tenacity==8.5.0
@@ -91,12 +93,14 @@ toolz==1.0.0
tornado==6.4.1
tqdm==4.66.5
typer==0.12.5
types-beautifulsoup4==4.12.0.20240907
types-html5lib==1.1.11.20240806
types-pillow==10.2.0.20240822
typing-extensions==4.12.2
tzdata==2024.2
tzlocal==5.2
urllib3==2.2.3
uvicorn==0.31.1
uvicorn==0.32.0
uvloop==0.21.0
validators==0.34.0
watchfiles==0.24.0

0 comments on commit 9b6cc33

Please sign in to comment.