Fix the missing openssl requirement

master
kaiyou 7 years ago
parent 01182d3708
commit 5192034c02

@ -1,9 +1,12 @@
alembic==0.9.5 alembic==0.9.5
APScheduler==3.3.1 APScheduler==3.3.1
asn1crypto==0.22.0
Babel==2.5.1 Babel==2.5.1
certifi==2017.7.27.1 certifi==2017.7.27.1
cffi==1.11.0
chardet==3.0.4 chardet==3.0.4
click==6.7 click==6.7
cryptography==2.0.3
decorator==4.1.2 decorator==4.1.2
docker-py==1.10.6 docker-py==1.10.6
docker-pycreds==0.2.1 docker-pycreds==0.2.1
@ -25,6 +28,8 @@ Jinja2==2.9.6
Mako==1.0.7 Mako==1.0.7
MarkupSafe==1.0 MarkupSafe==1.0
passlib==1.7.1 passlib==1.7.1
pycparser==2.18
pyOpenSSL==17.3.0
python-dateutil==2.6.1 python-dateutil==2.6.1
python-editor==1.0.3 python-editor==1.0.3
pytz==2017.2 pytz==2017.2

@ -13,3 +13,4 @@ docker-py
tabulate tabulate
apscheduler apscheduler
PyYAML PyYAML
PyOpenSSL

Loading…
Cancel
Save