Added an explicit dependency on svn. Under py3 it can be installed with pip, and doesn't need OS packages for python-subversion (it still needs libsvn1, though).
- Legacy-Id: 17664
This commit is contained in:
parent
e9b2ecd59e
commit
a99a4a3d3a
|
@ -61,6 +61,7 @@ rfc2html>=2.0.1
|
||||||
selenium>=2.42,<3.8.1
|
selenium>=2.42,<3.8.1
|
||||||
six>=1.9.0
|
six>=1.9.0
|
||||||
sqlparse>=0.2.2
|
sqlparse>=0.2.2
|
||||||
|
svn>=1.0.1
|
||||||
tblib>=1.3.0
|
tblib>=1.3.0
|
||||||
tqdm>=3.7.0
|
tqdm>=3.7.0
|
||||||
#Trac>=1.0.10,<1.2
|
#Trac>=1.0.10,<1.2
|
||||||
|
|
Loading…
Reference in a new issue