Skip to content

Commit 9743375

Browse files
committed
chore: Simplify requirements by removing version pins for certain packages
1 parent b3c73ba commit 9743375

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Flask==2.3.3
2-
requests==2.31.0
3-
python-dotenv==1.0.0
4-
prompty==0.2.0
5-
schedule==1.2.0
6-
openai==0.28.1
2+
requests
3+
python-dotenv
4+
prompty[azure]
5+
schedule
6+
openai
77
typing-extensions==4.8.0
88
azure-search-documents==11.6.0
99
azure-identity==1.14.1

0 commit comments

Comments
 (0)