Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 30 additions & 4 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
aiofiles==24.1.0
# via quart
aiohappyeyeballs==2.3.6
aiohappyeyeballs==2.6.1
# via aiohttp
aiohttp==3.10.11
aiohttp==3.12.14
# via
# -r requirements.in
# microsoft-kiota-authentication-azure
aiosignal==1.3.1
aiosignal==1.4.0
# via aiohttp
annotated-types==0.7.0
# via pydantic
Expand All @@ -22,6 +22,8 @@ anyio==4.4.0
# openai
asgiref==3.8.1
# via opentelemetry-instrumentation-asgi
async-timeout==5.0.1
# via aiohttp
attrs==23.2.0
# via aiohttp
azure-ai-documentintelligence==1.0.0b3
Expand Down Expand Up @@ -97,6 +99,11 @@ distro==1.9.0
# via openai
ecdsa==0.19.0
# via python-jose
exceptiongroup==1.3.0
# via
# anyio
# hypercorn
# taskgroup
fixedint==0.1.6
# via azure-monitor-opentelemetry-exporter
flask==3.0.3
Expand Down Expand Up @@ -136,8 +143,10 @@ idna==3.7
# yarl
importlib-metadata==7.1.0
# via
# flask
# opentelemetry-api
# opentelemetry-instrumentation-flask
# quart
isodate==0.6.1
# via
# azure-ai-documentintelligence
Expand All @@ -151,6 +160,7 @@ itsdangerous==2.2.0
# quart
jinja2==3.1.6
# via
# -r requirements.in
# flask
# quart
markupsafe==2.1.5
Expand Down Expand Up @@ -327,7 +337,9 @@ portalocker==2.10.0
priority==2.0.0
# via hypercorn
propcache==0.2.0
# via yarl
# via
# aiohttp
# yarl
psutil==5.9.8
# via azure-monitor-opentelemetry-exporter
pyasn1==0.4.8
Expand Down Expand Up @@ -391,6 +403,8 @@ soupsieve==2.5
# via beautifulsoup4
std-uritemplate==1.0.2
# via microsoft-kiota-abstractions
taskgroup==0.2.2
# via hypercorn
tenacity==8.4.2
# via -r requirements.in
tiktoken==0.7.0
Expand All @@ -400,6 +414,8 @@ tiktoken==0.7.0
# opentelemetry-instrumentation-openai
time-machine==2.14.2
# via pendulum
tomli==2.2.1
# via hypercorn
tqdm==4.66.4
# via openai
types-beautifulsoup4==4.12.0.20240511
Expand All @@ -414,15 +430,25 @@ types-python-jose==3.3.4.20240106
# via -r requirements.in
typing-extensions==4.12.2
# via
# aiosignal
# anyio
# asgiref
# azure-ai-documentintelligence
# azure-core
# azure-identity
# azure-storage-blob
# azure-storage-file-datalake
# exceptiongroup
# hypercorn
# openai
# opentelemetry-sdk
# pydantic
# pydantic-core
# pypdf
# quart
# quart-cors
# taskgroup
# uvicorn
tzdata==2024.1
# via pendulum
urllib3==2.2.2
Expand Down