Skip to content

Commit

Permalink
Forgot to include websockets as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgolec committed Jun 3, 2020
1 parent aecbd27 commit d210825
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
'Topic :: Office/Business :: Financial :: Investment',
],
python_requires='>=3.6',
install_requires=['requests_oauthlib', 'python-dateutil', 'selenium'],
install_requires=[
'requests_oauthlib',
'python-dateutil',
'selenium',
'websockets'],
keywords='finance trading equities bonds options research',
project_urls={
'Documentation': 'https://tda-api.readthedocs.io/en/latest/',
Expand Down
2 changes: 1 addition & 1 deletion tda/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.2.0'
version = '0.2.1'

0 comments on commit d210825

Please sign in to comment.