PyYAML ~= 6.0.1
functional-python ~= 0.4.0
http-server-base ~= 2.0.10
license ~= 0.1a3
stringcase ~= 1.2.0
tornado ~= 6.2 ; python_version <= "3.8"
tornado ~= 6.5 ; python_version >= "3.9"

# Backports
backports.cached-property ~= 1.0.2 ; python_version < "3.8"
singledispatchmethod ~= 1.0 ; python_version < "3.8"
