From bff9aa5c5721b0c2503186cf799548c7636c5701 Mon Sep 17 00:00:00 2001 From: Frederic Marechal Date: Mon, 6 Jan 2025 07:19:23 +0000 Subject: [PATCH] requirements modification --- README.md | 1 - requirements.txt | 18 +++++++++++++----- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b5448da..9a73b41 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,6 @@ Provides access to external data providers data, such as yahoo financial data. * source ./venv/bin/activate * Install Requirements: * python3 -m pip install --upgrade pip - * pip3 install -r requirements.txt * Build Package: * python3 setup.py sdist bdist_wheel * pip3 install -e . diff --git a/requirements.txt b/requirements.txt index 9f5f725..86e8398 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,15 @@ -setuptools==75.3.0 -wheel==0.45.1 -twine==6.0.1 coverage==7.6.1 -pytest==8.3.3 +data_providers @ git+https://github.com/FredGH/data_providers.git@0.0.4 +dlt==1.3.0 +dlt[postgres]>=0.3.8 +sqlalchemy==2.0.34 +sqlalchemy_utils==0.41.2 +pandas==2.2.3 +psycopg2==2.9.9 psutil==6.1.0 -data_providers @ git+https://github.com/FredGH/data_providers.git@0.0.2 \ No newline at end of file +pytest==8.3.3 +setuptools==75.3.0 +twine==6.0.1 +wheel==0.45.1 + +