From e4c47334a5b986397e93a88badc263648d7d2ae0 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 3 Feb 2015 12:24:39 -0200 Subject: Upgrading to twisted 13.2.0 --- debian/control | 2 +- service/setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 88392019..ff7e4b61 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ X-Python-Version: >= 2.7 Package: pixelated-user-agent Architecture: all -Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, python-srp, python-dirspec, python-u1db, python-whoosh, python-sqlcipher, python-twisted-web, python-pyasn1, python-gnupg, python-requests, python-twisted +Depends: python (>= 2.7), python (<< 2.8), leap-keymanager, soledad-common, soledad-client, leap-mail, python-srp, python-dirspec, python-u1db, python-whoosh (>=2.5.7), python-sqlcipher, python-twisted-web (>= 12.3.0), python-pyasn1, python-gnupg, python-requests, python-twisted (>= 12.3.0) Description: API to serve the pixelated front-end requests Pixelated User Agent Service ============================ diff --git a/service/setup.py b/service/setup.py index 13844670..ed6be9c0 100644 --- a/service/setup.py +++ b/service/setup.py @@ -57,7 +57,7 @@ setup(name='pixelated-user-agent', install_requires=[ 'pyasn1==0.1.3', 'gnupg==1.2.5', - 'Twisted==12.0.0', + 'Twisted==13.2.0', 'requests==2.0.0', 'srp==1.0.4', 'dirspec==4.2.0', -- cgit v1.2.3