diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2015-02-03 12:24:39 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2015-02-03 12:36:18 -0200 |
commit | e4c47334a5b986397e93a88badc263648d7d2ae0 (patch) | |
tree | 2353eb5041e68ab9d0b8a0709d9411961b8f4133 /service | |
parent | 6904acf34524b84d70d0054a5bb953a1bf9c784a (diff) |
Upgrading to twisted 13.2.0
Diffstat (limited to 'service')
-rw-r--r-- | service/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |