Skip to content

Commit 5719cd1

Browse files
committed
Updated requirements.txt
1 parent 929af4d commit 5719cd1

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.vercel

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
Flask==2.2.2
1+
Flask>=2.1
2+
Werkzeug>=2.1
23
groq==0.13.1
34
python-dotenv==0.21.0
45
requests==2.28.1

vercel.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
"src": "/.*",
1616
"dest": "app.py"
1717
}
18-
],
19-
"env": {
20-
"GROQ_API_KEY": "@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"
21-
}
18+
]
2219
}
2320

0 commit comments

Comments
 (0)