Skip to content

Commit

Permalink
Merge pull request #262 from alpacahq/loosen_requirements
Browse files Browse the repository at this point in the history
Loosen the requirements to easily install with other packages
  • Loading branch information
Shlomi Kushchi authored Jul 14, 2020
2 parents 0a286e8 + de4378e commit 83cb82b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pandas<0.23
requests==2.24.0
urllib3==1.24.3
websocket-client==0.57.0
websockets>=8.0
alpha_vantage==2.2.0
pandas>1,<2
requests>2,<3
urllib3>1.24,<1.26
websocket-client>=0.56.0,<1
websockets>=8.0,<9
alpha_vantage>=2,<3

0 comments on commit 83cb82b

Please sign in to comment.