trove/backup/requirements.txt
Takashi Kajinami 3731d21c8f Clean up requirements for backup script
We can remove the version marked because now only python 3.x is
supported.

Change-Id: Id809ea11ad68f1410fcd058aa2cb7f25bd8ac06a
2024-01-30 11:34:57 +09:00

11 lines
337 B
Plaintext

oslo.config!=4.3.0,!=4.4.0 # Apache-2.0
oslo.log # Apache-2.0
oslo.utils!=3.39.1,!=3.40.0,!=3.40.1 # Apache-2.0
oslo.concurrency # Apache-2.0
oslo.service!=1.28.1 # Apache-2.0
keystoneauth1 # Apache-2.0
python-swiftclient # Apache-2.0
psycopg2-binary>=2.6.2 # LGPL/ZPL
cryptography>=2.1.4 # BSD/Apache-2.0
semantic-version>=2.7.0 # BSD