Added version number to schedule dependencie because of errors; Added orjson dependency that was apparently missing

This commit is contained in:
ellwoodb 2024-07-23 20:42:21 +02:00
parent b7909036d2
commit 3c4946f165

View File

@ -25,7 +25,7 @@ prophet
nbformat nbformat
nbconvert nbconvert
nbclient nbclient
schedule schedule==1.2.1
pocketbase pocketbase
quantstats quantstats
ipython ipython
@ -37,3 +37,4 @@ finnhub-python
intrinio_sdk intrinio_sdk
openai openai
slowapi slowapi
orjson