b285d3dd9c
Currently the code in this repo is half modular have series of scripts. Migrate the code to be more modular. The main benefit to this is testing is easier. Testing is added in a followup patch Change-Id: Ic1262436147ecdb818ee259e2e85fca8df09d722
13 lines
473 B
Plaintext
13 lines
473 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.
|
|
# needed for doc build
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
|
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
|
|
flake8>=2.5.4,<2.6.0 # MIT
|
|
yamllint
|
|
mock>=2.0 # BSD
|
|
oslotest>=1.10.0 # Apache-2.0
|
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
|
testresources>=0.2.4 # Apache-2.0/BSD
|