From 83cf7f8340992876cf73cc5c069f69eb1c145425 Mon Sep 17 00:00:00 2001 From: Raul Castro Date: Thu, 27 Nov 2025 03:18:41 -0300 Subject: [PATCH 1/2] fix: requirements --- requirements.txt | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8eb6217..d78b735 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 @@ -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 From 8915734edc660d7bfbe598e6343625f3a1274f2e Mon Sep 17 00:00:00 2001 From: Raul Castro Date: Thu, 27 Nov 2025 03:19:26 -0300 Subject: [PATCH 2/2] fix: requirements --- requirements.txt | 4 ++-- requirements_4_future.txt | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 requirements_4_future.txt diff --git a/requirements.txt b/requirements.txt index d78b735..e776251 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ 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 @@ -16,7 +16,7 @@ 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 diff --git a/requirements_4_future.txt b/requirements_4_future.txt new file mode 100644 index 0000000..4641a67 --- /dev/null +++ b/requirements_4_future.txt @@ -0,0 +1,13 @@ +# Flask +# Flask-Cors +# python-dotenv +# marko +# brapi +# google-generativeai +# plotly +# requests +# gunicorn +# gevent +# werkzeug +# grpcio +# grpcio-status \ No newline at end of file