From 7bba9510228ca78472d5250b8e63481861536813 Mon Sep 17 00:00:00 2001 From: Aymen Frikha Date: Fri, 28 Jun 2019 09:46:51 -0400 Subject: [PATCH] fix build test --- requirements.txt | 2 +- src/{README.ex => README.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{README.ex => README.md} (100%) diff --git a/requirements.txt b/requirements.txt index 6fe3090..b43288f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # Requirements to build the charm -charm-tools +charm-tools>=2.4.4 simplejson flake8 diff --git a/src/README.ex b/src/README.md similarity index 100% rename from src/README.ex rename to src/README.md