Start NTLM support

This commit is contained in:
citronneur
2015-02-18 22:01:58 +01:00
parent a4f4d71929
commit d6428430eb
3 changed files with 83 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ before_install:
- sudo apt-get install python-qt4
- ln -s /usr/lib/python2.7/dist-packages/PyQt4/ $VIRTUAL_ENV/lib/python2.7/site-packages/
- ln -s /usr/lib/python2.7/dist-packages/sip.so $VIRTUAL_ENV/lib/python2.7/site-packages/
- pip install qt4reactor pyopenssl twisted service_identity rsa
- pip install qt4reactor pyopenssl twisted service_identity rsa pyasn1
install:
- python setup.py install