Skip to content

Commit

Permalink
requirements modification
Browse files Browse the repository at this point in the history
  • Loading branch information
FredGH committed Jan 6, 2025
1 parent 54e07d6 commit bff9aa5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down
18 changes: 13 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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/[email protected]
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/[email protected]
pytest==8.3.3
setuptools==75.3.0
twine==6.0.1
wheel==0.45.1


0 comments on commit bff9aa5

Please sign in to comment.