From 7e1a6ff93eca31303592712a3b553dce9f397ed6 Mon Sep 17 00:00:00 2001 From: Frederic Marechal Date: Mon, 6 Jan 2025 08:32:28 +0000 Subject: [PATCH] minor changes --- README.md | 6 +++--- requirements.txt | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 47c0393..38cb627 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # Project Title -Data Providers +Data Extractors ## Description -Provides access to external data providers data, such as yahoo financial data. +Provides the extraction layer between the providers and a destination db (here Postgres) ## Getting Started @@ -30,7 +30,7 @@ Provides access to external data providers data, such as yahoo financial data. * [Optional]: * In case you get this error, then follows the resolution steps: * Error: "[...]Cargo, the Rust package manager, is not installed or is not on PATH. This package requires Rust and Cargo to compile extensions. [...]" - * Resilution Steps: + * Resolution Steps: * In the venv terminal: * run curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh * . "$HOME/.cargo/env" diff --git a/requirements.txt b/requirements.txt index ea091f8..10b86c6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,5 @@ coverage==7.6.1 data_providers @ git+https://github.com/FredGH/data_providers.git@0.0.4 -dlt dlt[postgres]>=0.3.8 sqlalchemy==2.0.34 sqlalchemy_utils==0.41.2