From bdbf46062364a0b02e8dc5e313ac060ea2911b5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 29 Sep 2016 10:15:01 +0200 Subject: [PATCH] Some requirement tweaks --- requirements.txt | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index 30585f6..b580215 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,9 @@ # Primary requirements: -#pillar -attrs==16.2.0 -# Use Sybren's branch, until this pull request is merged: -# https://github.com/dsoprea/PySvn/pull/43 --e git+https://github.com/sybrenstuvel/PySvn.git@sybren-svncommanderror#egg=svn +# pillarsdk +# pillar +attrs==16.2.0 +svn==0.3.43 # Testing requirements: pytest==3.0.1