deb-mistral/requirements.txt
Renat Akhmerov bb6dd45ec4 Implementing scalable Mistral Engine
* Asynchronous tasks
* Separate stateless task executors
* Notification of task executors via RabbitMQ

TODO:
* DB transaction management
* Analyzing graph of tasks to identify what should be started
* Thorough automated tests

Partially implements blueprint: mistral-poc
Partially implements blueprint: mistral-workflow-execution
Partially implements blueprint: mistral-engine-ha

Change-Id: I022e1b73b9a3c58f1fbc259ba3e5995acd2bf6c3
2013-12-12 21:06:36 +07:00

11 lines
131 B
Plaintext

pbr>=0.5.21,<1.0
taskflow
pyyaml
pecan>=0.2.0
WSME>=0.5b6
amqplib>=0.6.1
argparse
croniter
oslo.config>=1.2.0
requests
pika>=0.9.13