From 894dc44a5234c72763c50fab0b55f59ab5a54ee2 Mon Sep 17 00:00:00 2001 From: speyrefitte Date: Wed, 3 Dec 2014 09:43:16 +0100 Subject: [PATCH] add service_identity in depends --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a818be0..d36bb53 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import setuptools from distutils.core import setup, Extension setup(name='rdpy', - version='1.1.0', + version='1.1.1', description='Remote Desktop Protocol in Python', long_description=""" RDPY is a pure Python implementation of the Microsoft RDP (Remote Desktop Protocol) protocol. @@ -34,6 +34,7 @@ setup(name='rdpy', install_requires=[ 'twisted', 'pyopenssl', + 'service_identity' 'qt4reactor', ], )