trove/integration/scripts/files/requirements/fedora-requirements.txt
Takashi Kajinami 3a69bd353b Remove extras and enum34
Trove does not use extras and it was removed from the top-level
requirements by 2cc36175c8dec51824c716304a7dd16c3d1038ef .

Also enum34 is no longer required because now the minimum supported
python version is 3.8 .

Change-Id: I62c04ccc3c8157a86fa8b5a307983ba0796111b0
2024-05-07 12:54:12 +09:00

26 lines
705 B
Plaintext

unittest2
testtools
python-novaclient>=2.22.0
python-swiftclient>=2.2.0
python-cinderclient>=1.1.0
python-keystoneclient>=2.0.0,!=2.1.0 # Apache-2.0
kombu>=2.5.0
babel>=1.3
python-heatclient>=0.3.0
jinja2>=2.6
PyMySQL>=0.6.2 # MIT License
python-neutronclient>=2.3.11,<3
netifaces>=0.10.4
oslo.config>=1.9.3 # Apache-2.0
oslo.messaging>=1.8.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.service>=0.1.0 # Apache-2.0
oslo.utils>=1.4.0 # Apache-2.0
oslo.log>=1.8.0 # Apache-2.0
osprofiler>=0.3.0
oslo.concurrency>=1.8.0 # Apache-2.0
pexpect>=3.1,!=3.3
cryptography>=2.1.4 # BSD/Apache-2.0
xmltodict>=0.10.1 # MIT