Remove Twisted dependency.

This commit is contained in:
Guillaume Ayoub 2010-01-10 18:55:32 +01:00
parent 330283ef94
commit 5e5e5e1023
3 changed files with 54 additions and 98 deletions

View file

@ -69,7 +69,6 @@ setup(
author_email="guillaume.ayoub@kozea.fr",
url="http://www.radicale.org/",
license="GNU GPL v3",
requires=["twisted.web"],
packages=["radicale", "radicale.acl", "radicale.support"],
scripts=["radicale.py"],
cmdclass={'clean': Clean,