diff --git a/README.rst b/README.rst index d1783d86..79a665f1 100644 --- a/README.rst +++ b/README.rst @@ -203,6 +203,10 @@ Instructions for Contributors Note: Development of TUF occurs on the "develop" branch of this repository. +Contributions can be made by submitting GitHub pull requests. Submitted code should +follow our `code style guidelines `_, +which provide examples of what to do (or not to do) when writing Python code. + To facilitate development and installation of edited version of the code base, developers are encouraged to install `Virtualenv `_, which is a tool to create isolated Python environments. It includes @@ -285,9 +289,9 @@ License This work is `dual-licensed `_ and distributed under the (1) MIT License and (2) Apache License, Version 2.0. Please see `LICENSE-MIT.txt -`_ +`_ and `LICENSE-APACHE.txt -`_. +`_. Acknowledgements diff --git a/dev-requirements.txt b/dev-requirements.txt index bad05385..7c87d73f 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -17,7 +17,7 @@ # packages: http://nvie.com/posts/pin-your-packages/ cffi==1.11.2 pynacl==1.1.2 -cryptography==2.1.1 +cryptography==2.1.2 securesystemslib==0.10.7 # Testing requirements. The rest of the testing dependencies available in