From c76576bc793670359b0fbbf7824b4a7ad90850fe Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Fri, 19 Jul 2019 16:09:06 +0200 Subject: [PATCH] add rope to the development depencies --- requirements/local.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index b89a1d1..d31d17b 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -3,4 +3,5 @@ pytest pytest-django pytest-cov -pep8 \ No newline at end of file +pep8 +rope \ No newline at end of file