Skip to content

Commit

Permalink
fix: use HEAD of ypm master
Browse files Browse the repository at this point in the history
  • Loading branch information
crebsy committed Jul 3, 2023
1 parent ff66f5a commit 169ddf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM python:3.9.15-slim as builder
RUN apt-get update && \
apt-get install -y gcc
apt-get install -y gcc git
ADD requirements.txt ./
RUN mkdir -p /install
RUN pip3 install --prefix=/install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ pytest-bdd>=5.0.0
eth_retry>=0.1.1
eth-hash[pysha3]
python-telegram-bot==13.15
ypricemagic==2.2.16
git+https://www.github.com/BobTheBuidler/ypricemagic@5afcc167d0d960a1a84a6abd07554e0093ba283d

0 comments on commit 169ddf1

Please sign in to comment.