We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssh
pycrypto
For the minium functioning for me I had to remove the ssh and pycrypto lib and update the version of six and fabric
six
fabric
if anyone wants the set of lib below is what I used and is working.
Fabric==1.15.0 Authomatic==0.0.13 Flask==0.9 Jinja2==2.7.3 MarkupSafe==0.23 PyYAML==3.11 Werkzeug==0.8.3 bcdoc==0.12.0 boto==2.34.0 botocore==0.31.0 clan==0.1.3 colorama==0.2.5 copytext==0.1.9 docutils==0.11 facebook-sdk==0.4.0 gunicorn==19.1.1 httplib2==0.9 jmespath==0.2.1 nose==1.2.1 odict==1.5.1 openpyxl==2.2.0 ply==3.4 pyasn1==0.1.7 python-dateutil==2.2 requests==2.5.0 six==1.16.0 slimit==0.7.4 smartypants==1.8.6 termcolor==1.1.0 twitter==1.14.3 wheel==0.23.0 wsgiref==0.1.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For the minium functioning for me I had to remove the
ssh
andpycrypto
lib and update the version ofsix
andfabric
if anyone wants the set of lib below is what I used and is working.
The text was updated successfully, but these errors were encountered: