summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@yahoo-inc.com>2014-12-05 21:23:56 -0800
committerJoshua Harlow <harlowja@yahoo-inc.com>2015-07-14 10:21:28 -0700
commit50f710eaeec8556e7ea43e52f00528822afbcb22 (patch)
tree81bb43658153d4952c54421ccf92576d254c1ed3 /requirements.txt
parent9f846d0475b9862da6af52bd959d15a2cd8f5ab0 (diff)
downloadtaskflow-50f710eaeec8556e7ea43e52f00528822afbcb22.tar.gz
Replace internal fsm + table with automaton library
Instead of having our own inbuilt fsm and table library used to print the fsm states just use the newly created and released automaton that contains the same/similar code but as a released library that others can use and benefit from. Library @ http://pypi.python.org/pypi/automaton Change-Id: I1ca40a0805e704fbb37b0106c1831a7e45c6ad68
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 24414c6..25f2dcc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -37,6 +37,9 @@ monotonic>=0.1 # Apache-2.0
# Used for structured input validation
jsonschema!=2.5.0,<3.0.0,>=2.0.0
+# For the state machine we run with
+automaton>=0.2.0 # Apache-2.0
+
# For common utilities
oslo.utils>=1.6.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0