Skip to content

Commit

Permalink
update alpaca-trade-api to 0.51.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomiku committed Oct 8, 2020
1 parent 9a56b2b commit 4501207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ RUN wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz && \
make install
RUN rm -R ta-lib ta-lib-0.4.0-src.tar.gz

RUN pip install pylivetrader==0.5.1
RUN pip install pylivetrader==0.5.2
2 changes: 1 addition & 1 deletion pylivetrader/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION = '0.5.1'
VERSION = '0.5.2'
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ trading_calendars>=1.11
click>=7,<8
PyYAML>=5, <6
ipython>=7
alpaca-trade-api>=0.50.1
alpaca-trade-api>=0.51.0
pandas>=0.18.1, <=0.22.0 # pyup: ignore # limit to work properly with zipline 1.3.0
pandas-datareader<=0.8.1 # pyup: ignore # higher requires pandas>=0.23, zipline limits to 0.22

0 comments on commit 4501207

Please sign in to comment.