We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78da21b commit 50e50b6Copy full SHA for 50e50b6
entrypoint.sh
@@ -32,8 +32,7 @@ python3 get-pip.py
32
pip install virtualenv
33
virtualenv -p python3 .
34
source bin/activate
35
-pip3 install zulip==0.6.3
36
-pip3 install pyyaml==5.2
+pip3 install install -r requirements.txt
37
# crudini is not available as an Alpine pkg, so we install via pip.
38
pip3 install crudini
39
requirements.txt
@@ -0,0 +1,2 @@
1
+pyyaml==5.2
2
+zulip==0.6.3
0 commit comments