summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authordrebs <drebs@leap.se>2015-03-19 09:54:38 -0300
committerdrebs <drebs@leap.se>2015-03-19 11:52:44 -0300
commit4b78cf9da0874501fa123a02b53d7650e8dfcdf1 (patch)
tree599788f72a7d116bb151a39ac9616bc81a8974d1 /client/changes
parentcf3c5018820f982ae64c2e062391b0a3b6e52f21 (diff)
[fix] add/fix dependency on twisted
Add dependency on twisted for Soledad Client. Also remove minimum twisted version for Soledad Server because debian stable currently distributes 12.0.0 and pypi currently distributes 15.0.0. Closes: #6797
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/bug_6797_add-dependency-on-twisted1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/bug_6797_add-dependency-on-twisted b/client/changes/bug_6797_add-dependency-on-twisted
new file mode 100644
index 00000000..962222b0
--- /dev/null
+++ b/client/changes/bug_6797_add-dependency-on-twisted
@@ -0,0 +1 @@
+ o Add dependency on Twisted. Closes #6797.