From 8719ce99dfb383fe3e17eea3177b33dc38eb5aa8 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Fri, 14 Aug 2020 15:50:06 +0200 Subject: [PATCH] Added requirements.txt --- README.md | 1 + requirements-dev.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 requirements-dev.txt diff --git a/README.md b/README.md index 3b7b1c5..6dc071d 100644 --- a/README.md +++ b/README.md @@ -768,6 +768,7 @@ git clone https://github.com/fabiocaccamo/python-benedict.git src && cd src # install requirements pip install --upgrade pip +pip install -r requirements-dev.txt pip install -r requirements.txt pip install tox diff --git a/requirements-dev.txt b/requirements-dev.txt new file mode 100644 index 0000000..c90555a --- /dev/null +++ b/requirements-dev.txt @@ -0,0 +1,3 @@ +codecov +coverage +tox \ No newline at end of file