mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-05-31 20:02:15 +00:00
Do not exit if matched environment variable cannot be parsed
This commit is contained in:
parent
068d11c159
commit
21e87051e6
6 changed files with 54 additions and 68 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue