Clean up requirements for backup script
We can remove the version marked because now only python 3.x is supported. Change-Id: Id809ea11ad68f1410fcd058aa2cb7f25bd8ac06a
This commit is contained in:
parent
c179534ba9
commit
3731d21c8f
@ -1,10 +1,10 @@
|
||||
oslo.config!=4.3.0,!=4.4.0;python_version>='3.0' # Apache-2.0
|
||||
oslo.log;python_version>='3.0' # Apache-2.0
|
||||
oslo.utils!=3.39.1,!=3.40.0,!=3.40.1;python_version>='3.0' # Apache-2.0
|
||||
oslo.concurrency;python_version>='3.0' # 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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user