[[source]] url = "https://pypi.org/simple" verify_ssl = true name = "pypi" [packages] systemctl-mqtt = {editable = true,path = "."} [dev-packages] black = "==21.12b0" mypy = "*" pylint = "*" # >=2.0.3 to skip PyGObject's custom loader & fix broken wheel pylint-import-requirements = ">=2.0.3" pytest = "*" pytest-cov = "*" # python3.6 compatibility importlib-metadata = "<4.9" platformdirs = "<2.4.1" zipp = "<3.7" # mypy on python<3.8 typed-ast = {markers = "python_version < '3.8'"} [requires] python_version = "3" # Pipfile syntax: https://github.com/pypa/pipfile#pipfile