From 610e88cf09fb702f9458b800d7144f4a743c4e1b Mon Sep 17 00:00:00 2001 From: Johannes Pfrang Date: Mon, 19 Sep 2016 11:51:05 +0200 Subject: [PATCH] Add necessary packages to requirements.txt This does not include `pycairo`, as it does not provide an egg and therefore can't be installed via pip. We should consider `cairocffi` instead, but `pycha` (last update 2013) would have to be patched then. --- server/requirements.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/server/requirements.txt b/server/requirements.txt index 79a3d33a..698fee56 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -1,3 +1,4 @@ +django ujson xml_marshaller six @@ -12,3 +13,9 @@ python-ldap MySQL-python reportlab bitarray +python-dateutil +defusedxml +requests +xenapi +geraldo +pycha