4482d7daf8
PyScripts can execute arbitrary Python code. Code is stored in the database. Every piece of code is loaded in memory and executed on the fly. Code isolation is ensured so that only required data is modified. Implemented gabbi tests. Change-Id: Ieb7cd45e53078694603062e425451fa68dc0f791
17 lines
494 B
Plaintext
17 lines
494 B
Plaintext
# The order of packages is significant, because pip processes them in the order
|
|
# of appearance. Changing the order has an impact on the overall integration
|
|
# process, which may cause wedges in the gate later.
|
|
hacking<0.10,>=0.9.2
|
|
coverage>=3.6
|
|
discover
|
|
gabbi>=1.1.4 # Apache-2.0
|
|
mox3>=0.7.0
|
|
testscenarios>=0.4
|
|
testrepository>=0.0.18
|
|
mock>=1.2
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
oslosphinx>=2.5.0 # Apache-2.0
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
sphinxcontrib-httpdomain
|
|
sphinxcontrib-pecanwsme>=0.8
|