From 2eadde880621c39477d931387c9e2c934c5030da Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Sun, 14 Jul 2013 21:09:48 +0300 Subject: Moving to lxml --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1ca66e1..83ed1d9 100644 --- a/setup.py +++ b/setup.py @@ -3,8 +3,8 @@ from setuptools import setup, find_packages setup( name="gsxws", version="0.4", - description="Apple GSX integration.", - install_requires=['PyYAML'], + description="Library for communicating with GSX Web Services API.", + install_requires=['PyYAML', 'lxml'], classifiers=[ "Environment :: Web Environment", "Intended Audience :: Developers", -- cgit v1.2.3