Changeset - 9ccdb6c537c9
[Not reviewed]
default
0 1 0
Jelmer Vernooij - 11 years ago 2014-07-10 16:20:43
jelmer@samba.org
Support building with newer docutils and pycrypto.
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -50,10 +50,10 @@ requirements = [
 
    "python-dateutil>=1.5.0,<2.0.0",
 
    "dulwich>=0.9.3,<=0.9.7",
 
    "markdown==2.2.1",
 
    "docutils==0.8.1",
 
    "docutils>=0.8.1,<=0.11",
 
    "simplejson==2.5.2",
 
    "mock",
 
    "pycrypto==2.6.0",
 
    "pycrypto>=2.6.0,<=2.6.1",
 
    "URLObject==2.3.4",
 
    "Routes==1.13",
 
]
0 comments (0 inline, 0 general)