aboutsummaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2014-10-17requirements: Bump requirements.Milo Casagrande
Change-Id: I1afd4bd31fb6c40bcf9dd394fde8aac0a9ec7ca7
2014-08-04doc: Add requirements for doc generation.Milo Casagrande
Change-Id: I5a2039fb2446ca78cf9239fe8d39a249cb0cd0c7
2014-08-04Token model: Add logic for IP address restriction.Milo Casagrande
* IP address can now be defined as single IP (127.0.0.1) or as networks (192.0.4.0/25). * Add tests coverage. * Add netaddr requirement == 0.7.2. Change-Id: I5df887b857356e66fa34347a06eba53c9448eb5d
2014-08-01requirements.txt: Bump tornado version to 3.2.2.Milo Casagrande
Change-Id: I563a97affc63e04195dbfa1060b9b34db504b4d3
2014-05-14Bumped requirement versions.Milo Casagrande
2014-04-10Fix requirements and ansible OS dependencies installation.Milo Casagrande
* By default, Ubuntu 12.04 install python-mock==0.7.2, this does not work correctly with side_effect definitions. We need the latest version, 1.0.1. * Remove python-mock from ansible installation.
2014-04-01Add Celery tasks and app.Milo Casagrande
* Stub call from JobHandler to the celery scheduler. * Add pip dependencies.
2014-04-01Fixed requirements.Milo Casagrande
2014-03-31Fix requirements.Milo Casagrande
* The Motor library needs pymongo at version 2.5.0, it is not possible to use the latest one.
2014-03-27Completed ansible playbook.Milo Casagrande
* We now have a usable ansible playbook. * Corrected filename, server file permission.