Browse Source
update pbr to remove the cap
This matches the rest of openstack and ensures co-installability.
Change-Id: I2febfee7e41a4fb8696f71abb1859673d6b24544
changes/78/488978/1
Matthew Thode
3 years ago
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with
1 additions and
1 deletions
-
requirements.txt
|
|
@ -1,4 +1,4 @@ |
|
|
|
pbr>=0.11,<2.0 |
|
|
|
pbr>=0.11 |
|
|
|
|
|
|
|
urwid>=1.2.1,!=1.3.0 |
|
|
|
SQLAlchemy>=1.0.4 |
|
|
|