Skip to content
Merged

Dev #95

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 5 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ click==8.0.3
Flask==2.0.2
Flask-Cors==4.0.0
frozendict==2.4.4
gevent
gevent==23.9.1
google-ai-generativelanguage==0.6.4
google-api-core==2.19.0
google-api-python-client==2.132.0
google-auth==2.29.0
google-auth-httplib2==0.2.0
google-generativeai==0.6.0
googleapis-common-protos==1.63.1
greenlet
greenlet==3.0.3
grpcio==1.64.1
grpcio-status==1.62.2
gunicorn==21.0.1
Expand All @@ -31,9 +31,9 @@ kaleido==0.2.1
marko==2.0.3
MarkupSafe==2.0.1
multitasking==0.0.10
numpy
numpy==1.26.4
packaging==24.0
pandas
pandas==2.2.2
peewee==3.17.5
plotly==5.22.0
proto-plus==1.23.0
Expand All @@ -58,21 +58,8 @@ uritemplate==4.1.1
urllib3==1.26.8
webencodings==0.5.1
Werkzeug==2.0.2
yfinance
yfinance==0.2.37
zipp==3.7.0
zope.event==5.0
zope.interface==6.4.post2
brapi==1.0.0
# Flask
# Flask-Cors
# python-dotenv
# marko
# brapi
# google-generativeai
# plotly
# requests
# gunicorn
# gevent
# werkzeug
# grpcio
# grpcio-status
13 changes: 13 additions & 0 deletions requirements_4_future.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Flask
# Flask-Cors
# python-dotenv
# marko
# brapi
# google-generativeai
# plotly
# requests
# gunicorn
# gevent
# werkzeug
# grpcio
# grpcio-status
Loading