From 0a678c43e235542339f3c69cf2e6e5299803db3a Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Thu, 31 May 2018 14:40:37 +0600 Subject: [PATCH] remove unused files and update readme to be up-to-date --- README.md | 4 ++-- requirements.txt | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 requirements.txt diff --git a/README.md b/README.md index 1a07f2c..efe5e7d 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Download registry.py and set it as executable Install dependencies: ``` - sudo pip install -r requirements.txt + sudo pip install -r requirements-build.txt ``` ## Listing images @@ -177,7 +177,7 @@ do not break existing functionality. For tests to work, install `mock` library ``` - pip install -r requirements-test.txt + pip install -r requirements-ci.txt ``` Running tests is as simple as diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index f229360..0000000 --- a/requirements.txt +++ /dev/null @@ -1 +0,0 @@ -requests