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

[dev-packages]
black = "*"
pylint = "*"
flake8 = "*"
coverage = "*"
rope = "*"
pyyaml = "*"
rstcheck = "*"
docutils = "*"
flake8-bugbear = "*"
twine = "*"
sphinx = "*"
mypy = "*"
mock = "*"
pytest = "*"
types-python-dateutil = "*"
ipython = "*"
tox = "*"
build = "*"

[packages]
python-dateutil = "*"
liquid = {editable = true, path = "."}
markupsafe = "*"
typing-extensions = "*"

[requires]
python_version = "3.10"

[pipenv]
allow_prereleases = true
