Skip to content

Commit d87029b

Browse files
committed
Add requests
1 parent 3f019a4 commit d87029b

2 files changed

Lines changed: 80 additions & 82 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ dependencies = [
1212
"python-dotenv>=1.0.1,<2",
1313
"datamodel-code-generator>=0.28.1,<0.29",
1414
"pydantic>=2.10.6,<3",
15-
"sqlalchemy>=2.0.41,<3",
1615
"plotly[express]>=6.1.2,<7",
1716
"numpy>=2.3.1,<3",
1817
"pyarrow>=20.0.0,<21",
1918
"ollama>=0.5.1,<0.6",
19+
"requests>=2.32.5",
2020
]
2121

2222
[project.scripts]

0 commit comments

Comments
 (0)