mirror of
https://github.com/cmehay/docker-tor-hidden-service.git
synced 2025-04-20 22:09:10 +00:00
Update to python 3.8
This commit is contained in:
parent
b7bf5f61b0
commit
428ba87690
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
FROM python:3.7-alpine
|
FROM python:3.8-alpine
|
||||||
ARG tor_version
|
ARG tor_version
|
||||||
|
|
||||||
ENV HOME /var/lib/tor
|
ENV HOME /var/lib/tor
|
||||||
|
|
|
@ -23,7 +23,7 @@ packages = [
|
||||||
onions = "onions:main"
|
onions = "onions:main"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = ">= 3.7, < 3.8"
|
python = ">= 3.8, < 3.9"
|
||||||
pytor = "^0.1.5"
|
pytor = "^0.1.5"
|
||||||
Jinja2 = "^2.10"
|
Jinja2 = "^2.10"
|
||||||
pyentrypoint = "^0.7.4"
|
pyentrypoint = "^0.7.4"
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -1,6 +1,6 @@
|
||||||
[tox]
|
[tox]
|
||||||
isolated_build = true
|
isolated_build = true
|
||||||
envlist = py37
|
envlist = py38
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
whitelist_externals = poetry
|
whitelist_externals = poetry
|
||||||
|
|
Loading…
Add table
Reference in a new issue