
barbican would like to convert some of its internal encryption to using the cryptography project from PyCA. Specifically our dev plugin would benefit from a switch to cryptography as it allows us to use AEAD modes. We will also need this in the future as cryptography adds X509 and CMS support. The project supports Python 2.6-3.4 as well as PyPy and is being packaged for FreeBSD, Debian, and Ubuntu. Additionally, this is already a second-level requirement when using PyOpenSSL. Change-Id: Ic0d508faef9de347bf7cb2436a433096779cf8ac
Global dependencies for OpenStack Projects
All official OpenStack projects should be added to projects.txt. Once they are added here the gate/check jobs for the projects will use the OpenStack internal pypi mirror to ensure stability. The continuous integration infrastructure will also sync up the requirements across all the official projects and will create reviews in the participating projects for any mis-matches.
This process above will ensure that users of OpenStack will have one single set of python package requirements/ dependencies to install and run the individual OpenStack components.
To use this, run:
python update.py path/to/project
Entries in requirements.txt and test-requirements.txt will have their versions updated to match the entires listed here. Any entries in the target project which do not first exist here will be removed. No entries will be added.