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

[packages]
dlinfo = {editable = true,path = "."}

[dev-packages]
pylint = "*"
pytest = "*"
pytest-cov = "*"

# python3.7 compatibility
# > File "[...]/python3.7/site-packages/_pytest/compat.py", line 56, in <module>
# >  import importlib_metadata  # noqa: F401
importlib-metadata = {markers = "python_version < '3.8'"}

[requires]
python_version = "3"