From 1b35fff5664f158456273b29be3b997924591c53 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 21 Oct 2015 08:45:33 +0200 Subject: [PATCH] Fix reference to jsonpath-rw jsonpath-rw is the pypi name, jsonpath_rw is only accepted by pip as a compatibility measure. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8652f64..aef1c5a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pbr<2.0,>=1.4 Babel>=1.3 -jsonpath_rw +jsonpath-rw