From 42d5ef6eab641a1dcb3eb915b7824399852a1e92 Mon Sep 17 00:00:00 2001 From: Richard Nias Date: Sat, 14 Oct 2017 16:24:04 +0100 Subject: [PATCH] gprof2dot had a breaking change in 2017.09.19 (#221) * gprof2dot had a breaking change in 2017.09.19 * And in requirements.txt --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 35a76f33..f55bb74d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ Pillow>=3.2 django>=1.8 freezegun>=0.3 factory-boy>=2.8.1 -gprof2dot>=2016.10.13 \ No newline at end of file +gprof2dot>=2016.10.13,<2017.09.19 \ No newline at end of file diff --git a/setup.py b/setup.py index 48b37c07..34ef6a34 100644 --- a/setup.py +++ b/setup.py @@ -50,6 +50,6 @@ def read_md(f): 'Jinja2', 'autopep8', 'pytz', - 'gprof2dot', + 'gprof2dot<2017.09.19', ] )