234272eb64
Removes and/or replaces all mentions of py27. Cleans up obsolete requirements and their lower-constraints. Separates test-requirements. Makes lower-constraints pass outside of CI (MarkupSafe). Adds FIXMEs about some hacky Mocks that may misbehave. Change-Id: Ifc090bf3c1db17d8542ee591c91e8225a597bfe2
18 lines
302 B
Plaintext
18 lines
302 B
Plaintext
pbr!=2.1.0,>=2.0.0 # Apache-2.0
|
|
|
|
# ini parsing
|
|
oslo.config>=5.2.0 # Apache-2.0
|
|
|
|
# YAML parsing
|
|
PyYAML>=3.12 # MIT
|
|
|
|
# password generation
|
|
cryptography>=2.1 # BSD/Apache-2.0
|
|
oslo.utils>=3.33.0 # Apache-2.0
|
|
|
|
# templating
|
|
Jinja2>=2.10 # BSD License (3 clause)
|
|
|
|
# Ansible's json_query
|
|
jmespath>=0.9.3 # MIT
|