remove unused files and update readme to be up-to-date

This commit is contained in:
Andrey Pohilko
2018-05-31 14:40:37 +06:00
parent 8e6fc93d4e
commit 0a678c43e2
2 changed files with 2 additions and 3 deletions

View File

@@ -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

View File

@@ -1 +0,0 @@
requests