diff --git a/README.md b/README.md index 6d96c32..5f35947 100644 --- a/README.md +++ b/README.md @@ -120,8 +120,23 @@ For more on docker-registry configuration, read here: You may get `Functionality not supported` error when this option is not enabled. +## Contribution +You are very welcome to contribute to this script. Of course, when making changes, +please include your changes into `test.py` and run tests to check that your changes +do not break existing functionality. + +For tests to work, install `mock` library +``` + pip install mock +``` + +Running tests is as simple +``` + python test.py +``` + + # Contact Please feel free to contact me at anoxis@gmail.com if you wish to add more functionality or want to contribute. - \ No newline at end of file diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index d5f93b9..0000000 --- a/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -requests -mock \ No newline at end of file