From 6611999b5fea48d02394c75144f1744ef1a748c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Tue, 29 Jul 2025 18:50:13 +0200 Subject: [PATCH] Added gunicorn and uvicorn, and upgraded playwright. --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4bcb44b..5e0976d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,8 @@ Flask==3.1.1 +gunicorn==23.0.0 nltk==3.9.1 -playwright==1.53.0 +playwright==1.54.0 praw==7.8.1 python-dotenv==1.1.1 +uvicorn==0.35.0 yfinance==0.2.65 \ No newline at end of file