Skip to content

Commit

Permalink
Update dependency alpha-vantage to v2.1.3 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
  • Loading branch information
2 people authored and ilcardella committed Jan 18, 2020
1 parent f2a4417 commit 0c36764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages=find_namespace_packages(where="src"),
scripts=["src/TradingMate.py"],
entry_points={"console_scripts": ["trading_mate = TradingMate:main"]},
install_requires=["alpha-vantage==2.1.0", "pygtail==0.11.1"],
install_requires=["alpha-vantage==2.1.3", "pygtail==0.11.1"],
package_data={"config": ["*.json"], "data": ["*.json"], "src/UI/assets": ["*.png"]},
data_files=[
(os.path.join(os.sep, "opt", "TradingMate", "config"), ["config/config.json"]),
Expand Down

0 comments on commit 0c36764

Please sign in to comment.