Skip to content
Snippets Groups Projects
  • Radosław Piliszek's avatar
    234272eb
    Cleanup py27 support · 234272eb
    Radosław Piliszek authored
    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
    234272eb
    History
    Cleanup py27 support
    Radosław Piliszek authored
    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
This project manages its dependencies using pip. Learn more
requirements.txt 302 B
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