Skip to content

Commit 7c385c8

Browse files
committed
Add dotenv requirement
1 parent 457224d commit 7c385c8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

app/backend/requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,4 @@ beautifulsoup4
2929
types-beautifulsoup4
3030
msgraph-sdk==1.1.0
3131
openai-messages-token-helper
32+
python-dotenv

app/backend/requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,8 @@ python-dateutil==2.9.0.post0
348348
# microsoft-kiota-serialization-text
349349
# pendulum
350350
# time-machine
351+
python-dotenv==1.0.1
352+
# via -r requirements.in
351353
quart==0.19.6
352354
# via
353355
# -r requirements.in

0 commit comments

Comments
 (0)