Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
FredGH committed Jan 6, 2025
1 parent fc10da8 commit 7e1a6ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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"
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
coverage==7.6.1
data_providers @ git+https://github.com/FredGH/[email protected]
dlt
dlt[postgres]>=0.3.8
sqlalchemy==2.0.34
sqlalchemy_utils==0.41.2
Expand Down

0 comments on commit 7e1a6ff

Please sign in to comment.