replaced dailyAPIKey with pccApiKey, also allow handling of messages when hmac is missing

This commit is contained in:
Varun Singh
2025-04-01 23:34:24 -07:00
parent 18b56d4a10
commit a14205415f
3 changed files with 24 additions and 17 deletions

View File

@@ -1,6 +1,6 @@
fastapi==0.104.1
uvicorn==0.24.0
python-dotenv==1.0.0
requests==2.31.0
pydantic==2.10.6
loguru==0.7.2
fastapi
uvicorn
python-dotenv
requests
pydantic
loguru