We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457224d commit 7c385c8Copy full SHA for 7c385c8
app/backend/requirements.in
@@ -29,3 +29,4 @@ beautifulsoup4
29
types-beautifulsoup4
30
msgraph-sdk==1.1.0
31
openai-messages-token-helper
32
+python-dotenv
app/backend/requirements.txt
@@ -348,6 +348,8 @@ python-dateutil==2.9.0.post0
348
# microsoft-kiota-serialization-text
349
# pendulum
350
# time-machine
351
+python-dotenv==1.0.1
352
+ # via -r requirements.in
353
quart==0.19.6
354
# via
355
# -r requirements.in
0 commit comments