a
This commit is contained in:
parent
2fddc49d70
commit
18206332b1
2 changed files with 1 additions and 21 deletions
21
cow
21
cow
|
@ -1,21 +0,0 @@
|
||||||
[[source]]
|
|
||||||
name = "pypi"
|
|
||||||
url = "https://pypi.org/simple"
|
|
||||||
verify_ssl = true
|
|
||||||
|
|
||||||
[dev-packages]
|
|
||||||
|
|
||||||
[packages]
|
|
||||||
pyotp==2.3.0
|
|
||||||
python-decouple==3.1
|
|
||||||
requests=="2.21.0"
|
|
||||||
flask = "*"
|
|
||||||
flask-restful = "*"
|
|
||||||
etcd3 = "*"
|
|
||||||
gunicorn = "*"
|
|
||||||
bitmath = "*"
|
|
||||||
pylint = "*"
|
|
||||||
transitions = "*"
|
|
||||||
|
|
||||||
[requires]
|
|
||||||
python_version = "3.7"
|
|
1
init.sh
1
init.sh
|
@ -18,6 +18,7 @@ apk add python3 ceph py2-pip py3-pip
|
||||||
# Some python package dependencies
|
# Some python package dependencies
|
||||||
apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
|
apk add libffi-dev openssl-dev make alpine-sdk gcc g++ python3-dev
|
||||||
|
|
||||||
|
apk add py3-grpcio
|
||||||
pip3 install --upgrade pip
|
pip3 install --upgrade pip
|
||||||
pip2 install --upgrade pip
|
pip2 install --upgrade pip
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue