[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
babel = "*"
pytz = "*"
python-dateutil = "*"
markupsafe = "*"
python-liquid = "*"
typing-extensions = "*"

[dev-packages]
black = "*"
pylint = "*"
mypy = "*"
pytest = "*"
types-babel = "*"
flake8 = "*"
coverage = "*"
twine = "*"
build = "*"
liquid-babel = {editable = true, path = "."}
ipython = "*"
types-python-dateutil = "*"
tox = "*"

[requires]
python_version = "3.10"

[pipenv]
allow_prereleases = true
