Add reno for release notes

reno is a new tool for managing release notes using text files inside
the repository. We will need to add it to the test-requirements.txt file
so the sphinx integration can be used to publish release notes in the
development documentation builds.

Change-Id: Ibb2a08e9513123486ca58188ec097b7cd00c0d7f
This commit is contained in:
Doug Hellmann 2015-09-22 21:20:41 +00:00
parent 96af934e7a
commit fed1805227
2 changed files with 2 additions and 0 deletions

@ -4,3 +4,4 @@ mccabe
pep8
pyflakes
pylint
reno

@ -175,6 +175,7 @@ pyudev
PyYAML>=3.1.0
pywin32;sys_platform=='win32'
qpid-python;python_version=='2.7'
reno>=0.1.1 # Apache2
requests>=2.5.2
requests-aws>=0.1.4 # BSD License (3 clause)
requests-kerberos>=0.6;python_version=='2.7' or python_version=='2.6' # MIT