Skip to content

Commit 1cc0275

Browse files
author
chanakyavasantha
committed
requiremenxts updated
1 parent 9d36164 commit 1cc0275

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ uvicorn==0.35.0
44
pymongo==4.14.0
55
yfinance==0.2.65
66
pandas==2.3.1
7-
google-genai==1.31.0
7+
google-genai==1.31.0
8+
gunicorn==23.0.0

test_endpoints.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Make sure your backend server is running on localhost:8000
55

66
BASE_URL="http://localhost:8000"
7+
#BASE_URL="https://market-map-backend-hcezehhmakf8exca.canadacentral-01.azurewebsites.net/"
78
echo "Testing MarketMap API endpoints..."
89
echo "Base URL: $BASE_URL"
910
echo "==========================================="

0 commit comments

Comments
 (0)