Files
monasca-tempest-plugin/requirements.txt
Hasan Acar a5e3d8271f fix: pytz lib added to requirements.txt
fix: changing envlist
Change-Id: I9b086fb5c61156a3d41c381e5c1f2b29e4b31793
2024-03-06 13:41:45 +00:00

14 lines
486 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.serialization!=2.19.1,>=2.18.0 # Apache-2.0
oslo.utils>=3.33.0 # Apache-2.0
tempest>=17.1.0 # Apache-2.0
oslotest>=3.2.0 # Apache-2.0
mock>=2.0.0 # BSD
monasca-common>=2.8.0 # Apache-2.0
pytz>=2013.6 # MIT