Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
setuptools>=65.0.0,<82 # pkg_resources removed in 82; required by sqlalchemy-migrate
eventlet
keystoneauth1
keystonemiddleware
Expand Down
4 changes: 2 additions & 2 deletions test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.

setuptools>=65.0.0,<82 # pkg_resources removed in 82; required by sqlalchemy-migrate
hacking>=6.0.1,<=6.0.1 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
ddt>=1.2.1 # MIT
oslotest>=3.8.0 # Apache-2.0
stestr>=2.0.0 # Apache-2.0

stestr>=4.2.1 # Apache-2.0