Skip to content

Commit

Permalink
Add tradingview module to the requirements and poetry lock
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierRLopes committed Mar 30, 2021
1 parent 78fbfcc commit 1887cd7
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
17 changes: 16 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ alpaca-trade-api = "^1.0.1"
pyally = "^1.1.2"
pycoingecko = "^1.4.0"
detecta = "^0.0.5"
tradingview-ta = "^3.2.3"

[tool.poetry.dev-dependencies]
pytest = "^6.2.2"
Expand Down
1 change: 1 addition & 0 deletions requirements-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ torch==1.7.1; python_full_version >= "3.6.2"
tornado==6.1; python_full_version >= "3.6.1" and python_version >= "3.6"
tqdm==4.59.0; python_full_version >= "3.6.0" and python_version >= "3.6" and (python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6")
traitlets==4.3.3; python_full_version >= "3.6.1" and python_version >= "3.6"
tradingview-ta==3.2.3
transformers==3.5.1; python_full_version >= "3.6.0"
typed-ast==1.4.2; python_version >= "3.6"
typing-extensions==3.7.4.3; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8"
Expand Down
1 change: 1 addition & 0 deletions requirements-old.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ timeseriescrossvalidation @ git+https://github.com/DidierRLopes/TimeSeriesCrossV
tokenizers==0.9.3; python_full_version >= "3.6.0" and python_version >= "3.6"
torch==1.7.1; python_full_version >= "3.6.2" and python_version >= "3.6"
tqdm==4.58.0; python_full_version >= "3.6.0" and python_version >= "3.6"
tradingview-ta==3.2.3
transformers==3.5.1; python_full_version >= "3.6.0" and python_version >= "3.6"
typing-extensions==3.7.4.3; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8" and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.2.0" and python_version >= "3.6" and python_version < "3.8")
update-checker==0.18.0; python_version >= "3.6" and python_version < "4.0"
Expand Down
1 change: 1 addition & 0 deletions requirements-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ timeseriescrossvalidation @ git+https://github.com/DidierRLopes/TimeSeriesCrossV
tokenizers==0.9.3; python_full_version >= "3.6.0" and python_version >= "3.6"
torch==1.7.1; python_full_version >= "3.6.2" and python_version >= "3.6"
tqdm==4.58.0; python_full_version >= "3.6.0" and python_version >= "3.6"
tradingview-ta==3.2.3
transformers==3.5.1; python_full_version >= "3.6.0" and python_version >= "3.6"
typing-extensions==3.7.4.3; python_full_version >= "3.6.2" and python_version >= "3.6" and python_version < "3.8" and (python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.2.0" and python_version >= "3.6" and python_version < "3.8")
update-checker==0.18.0; python_version >= "3.6" and python_version < "4.0"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ timeseriescrossvalidation @ git+https://github.com/DidierRLopes/TimeSeriesCrossV
toml==0.10.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
tornado==6.1; python_full_version >= "3.6.1" and python_version >= "3.6"
tqdm==4.59.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"
tradingview-ta==3.2.3
traitlets==4.3.3; python_full_version >= "3.6.1" and python_version >= "3.6"
typed-ast==1.4.2; python_version >= "3.6"
typing-extensions==3.7.4.3; python_version < "3.8" and python_version >= "3.6"
Expand Down

0 comments on commit 1887cd7

Please sign in to comment.