projects
/
leap_pycommon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25d3b7c
)
[style] fixed extra requires typo
author
Bruno Wagner
<bwgpro@gmail.com>
Wed, 22 Jul 2015 19:51:51 +0000
(16:51 -0300)
committer
Kali Kaneko
<kali@leap.se>
Thu, 23 Jul 2015 20:16:36 +0000
(16:16 -0400)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index
776a477
..
ca83017
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-143,6
+143,6
@@
setup(
# needed for leap.common.http
# service_identity needed for propper hostname identification,
# see http://twistedmatrix.com/documents/current/core/howto/ssl.html
- 'Twisted': ["Twisted>=14.0.2", "service_identity", "zope.in
s
terface"]
+ 'Twisted': ["Twisted>=14.0.2", "service_identity", "zope.interface"]
},
)