6e71d437b5
- add releasenotes to tox - inherit requirements when is it possible in tox - switch to hacking 2.x - add gitignore rules related to reno Change-Id: Id448fc31474fd29fb0799e96c5f1bb07c83f00bd
9 lines
305 B
Plaintext
9 lines
305 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>=3.0,<3.1.0 # Apache-2.0
|
|
mypy>=0.720 # MIT
|
|
oslotest>=1.5.1
|
|
stestr>=2.0.0 # Apache-2.0
|