Do not exit if matched environment variable cannot be parsed

This commit is contained in:
Christophe Mehay 2020-05-09 18:04:14 +02:00
parent 068d11c159
commit 21e87051e6
6 changed files with 54 additions and 68 deletions

View file

@ -12,7 +12,7 @@ classifiers=[
"Natural Language :: English",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.7",
"Topic :: System :: Installation/Setup",
]
packages = [
@ -23,10 +23,11 @@ packages = [
onions = "onions:main"
[tool.poetry.dependencies]
python = ">= 3.6.1, < 3.8"
python = ">= 3.7, < 3.8"
pytor = "^0.1.5"
Jinja2 = "^2.10"
pyentrypoint = "^0.5.2"
importlib_metadata = "^1.6.0"
[tool.poetry.dev-dependencies]
autopep8 = "^1.5.2"