![Solly Ross](/assets/img/avatar_default.png)
This commit fixes up the initial import, correcting import paths, moving some code into a "private" module, updating requirements files, etc.
16 lines
439 B
Plaintext
16 lines
439 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.11,>=0.10.0
|
|
oslotest>=1.5.1
|
|
|
|
# These are needed for docs generation
|
|
oslosphinx>=2.5.0
|
|
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
|
|
|
|
# for testing optional parts
|
|
oslo.config>=1.11.0 # Apache-2.0
|
|
eventlet>=0.17.3
|
|
greenlet>=0.3.2
|