blob: 37264d3b52c4aaee1a83e01e76650f2be57c082b [file] [log] [blame]
# Items in this file must have a licence compatible with AL 2.0
PyYAML~=6.0.1 ; python_version > "3.8" # MIT
PyYAML~=5.4.1 ; python_version < "3.9" # MIT
# elasticsearch-dsl>=7.0.0,<8.0.0 # AL2.0 - not used by tools currently
# N.B. ES 7.14 introduces strict server version compatibility checks
elasticsearch[async]>=7.13.1,<7.14.0 # AL2.0
certifi~=2020.6.20 # MPL 2.0
netaddr~=0.8.0 # BSD, MIT
formatflowed~=2.0.0 # Python Software Foundation