Index: README.md |
diff --git a/README.md b/README.md |
index f2fbec7a40f59d7ade36ed8dc6300994bd57b9e0..f5cb64d87dd2074ba8e9436aad003ecae9a26a9d 100644 |
--- a/README.md |
+++ b/README.md |
@@ -9,6 +9,7 @@ not directly. |
## Requirements |
- [The Jinja2 module](http://jinja.pocoo.org/docs) (>= 2.8) |
+- [The Pycrypto module](http://pythonhosted.org/pycrypto/) (>= 2.6.1) |
## Usage |
@@ -28,3 +29,5 @@ easy to lint and run the tests: |
_(Tox will take care of installing the other dependencies such as flake8 and |
flake8-abp inside a virtualenv.)_ |
+ |
+For more information on unit tests please refer to tests/README.md. |