From 49f441bf243d547ebf5e5b300a2b8c93be37548a Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Sat, 10 Dec 2016 14:36:35 +0100 Subject: [PATCH] requirements.txt: Upgrade PyPrint This is a bugfixed version that doesn't pull in setuptools. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6296926f33..b72669d222 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ colorlog~=2.7 # libclang-py3 version numbering maps to the clang releases libclang-py3~=3.4.0 Pygments~=2.1 -PyPrint~=0.2.5 +PyPrint~=0.2.6