From 92a0c840a5a9781e8bb4a67f558388d30ca0ffd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20G=C3=B3mez=20Garc=C3=ADa?= Date: Mon, 12 Feb 2018 22:03:48 +0100 Subject: [PATCH] updated requirements with current neede versions --- server/requirements.txt | 43 +++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 21 deletions(-) diff --git a/server/requirements.txt b/server/requirements.txt index 9b613236..def9f25d 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,22 +1,23 @@ -django -ujson -xml_marshaller -six -pycrypto -django-compressor -dnspython -lxml -ovirt-engine-sdk-python -pycurl -pyOpenSSL -python-ldap -MySQL-python -reportlab -bitarray -paramiko +Django==2.0.2 +django-compressor==2.2 +bitarray==0.8.1 +html5lib==1.0.1 +six==1.11.0 +pycrypto==2.6.1 +dnspython==1.15.0 +lxml==3.6.0 +ovirt-engine-sdk-python==4.1.7 +pycha==0.7.0 # This has to be fixed, does not work with default pycha, needs a couple of fixes for python3 +pycurl==7.43.0 +pyOpenSSL==16.2.0 +mysqlclient==1.3.12 +python-ldap==3.0.0b4 +paramiko==2.3.1 python-dateutil -defusedxml -requests -xenapi -geraldo -pycha +defusedxml==0.5.0 +python-dateutil==2.6.1 +requests==2.18.4 +XenAPI==1.2 +WeasyPrint==0.42.2 +webencodings==0.5.1 +xml-marshaller==0.9.7