44 lines
653 B
Plaintext
44 lines
653 B
Plaintext
# Backend dependencies - Django
|
|
Django==4.2.7
|
|
django-cors-headers==4.3.1
|
|
django-rest-framework==0.1.0
|
|
djangorestframework==3.14.0
|
|
djangorestframework-simplejwt==5.3.0
|
|
python-decouple==3.8
|
|
cryptography==41.0.7
|
|
mysqlclient==2.2.0
|
|
channels==4.0.0
|
|
channels-redis
|
|
|
|
# Existing CLI dependencies
|
|
typer
|
|
|
|
questionary
|
|
pydantic
|
|
# OpenAI and other AI dependencies
|
|
openai
|
|
typing-extensions
|
|
langchain-openai
|
|
langchain-experimental
|
|
pandas
|
|
yfinance
|
|
praw
|
|
feedparser
|
|
stockstats
|
|
eodhd
|
|
chromadb
|
|
setuptools
|
|
backtrader
|
|
akshare
|
|
tushare
|
|
finnhub-python
|
|
parsel
|
|
requests
|
|
tqdm
|
|
pytz
|
|
redis
|
|
chainlit
|
|
rich
|
|
questionary
|
|
langgraph==0.4.8
|
|
daphne |