diff --git a/Pipfile b/Pipfile index 04cc131826238535464a0fec89abdff74dc7fe28..49010920c3cde7d4635c6f52d996af992141b969 100644 --- a/Pipfile +++ b/Pipfile @@ -5,17 +5,10 @@ verify_ssl = true [dev-packages] pre-commit = "*" -bumpversion = "*" +bumpversion = {version = "*", markers="python_version >= '3.6'"} twine = "*" -dbus-python = "*" -keyring = "*" template = {editable = true,path = "."} -[packages] - -[requires] -python_version = "3.7" - [scripts] lint = "pre-commit run --all-files" build = "python setup.py bdist_wheel"