fa57416207
Change-Id: I7b2870fb93025d9de3dad18d14fa27d6da53c6f0
17 lines
635 B
Plaintext
17 lines
635 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.
|
|
|
|
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
oslo.log>=3.44.1 # Apache-2.0
|
|
oslo.serialization>=2.29.1 # Apache-2.0
|
|
oslo.service>=1.40.1 # Apache-2.0
|
|
oslotest>=3.2.0 # Apache-2.0
|
|
requests>=2.14.2 # Apache-2.0
|
|
six>=1.10.0 # MIT
|
|
tempest>=17.1.0 # Apache-2.0
|
|
tenacity>=5.1.1 # Apache-2.0
|
|
SQLAlchemy!=1.1.5,!=1.1.6,!=1.1.7,!=1.1.8,>=1.0.10 # MIT
|
|
PyMySQL>=0.7.6 # MIT License
|
|
psycopg2-binary>=2.6.2 # LGPL/ZPL |