Skip to content

Commit 266ac87

Browse files
refeedtimabbott
authored andcommitted
List dependencies in requirements.txt instead.
1 parent 78da21b commit 266ac87

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

entrypoint.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ python3 get-pip.py
3232
pip install virtualenv
3333
virtualenv -p python3 .
3434
source bin/activate
35-
pip3 install zulip==0.6.3
36-
pip3 install pyyaml==5.2
35+
pip3 install install -r requirements.txt
3736
# crudini is not available as an Alpine pkg, so we install via pip.
3837
pip3 install crudini
3938

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pyyaml==5.2
2+
zulip==0.6.3

0 commit comments

Comments
 (0)