Skip to content

Commit 4ac3780

Browse files
authored
add datetime
1 parent f4a504c commit 4ac3780

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/backend/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ python-dateutil==2.9.0.post0
350350
# time-machine
351351
python-dotenv==1.0.1
352352
# via -r requirements.in
353-
quart==0.19.7
353+
quart==0.19.6
354354
# via
355355
# -r requirements.in
356356
# quart-cors
@@ -403,7 +403,6 @@ typing-extensions==4.12.2
403403
# azure-ai-documentintelligence
404404
# azure-core
405405
# azure-identity
406-
# azure-search-documents
407406
# azure-storage-blob
408407
# azure-storage-file-datalake
409408
# openai
@@ -416,7 +415,7 @@ urllib3==2.2.2
416415
# via requests
417416
uvicorn==0.30.6
418417
# via -r requirements.in
419-
werkzeug==3.0.6
418+
werkzeug==3.0.4
420419
# via
421420
# flask
422421
# quart
@@ -434,8 +433,9 @@ yarl==1.9.4
434433
zipp==3.20.0
435434
# via importlib-metadata
436435

436+
# The following packages are considered to be unsafe in a requirements file:
437+
# setuptools
438+
437439
# used for adlsgen2setup.py
438440
datetime==4.3.0
439441
# via -r requirements.in
440-
# The following packages are considered to be unsafe in a requirements file:
441-
# setuptools

0 commit comments

Comments
 (0)