Update python dependancies

update
Chirstophe Mehay 2 years ago
parent 1352bf22e0
commit c3481e4e1a

875
poetry.lock generated

File diff suppressed because it is too large Load Diff

@ -1,7 +1,7 @@
[tool]
[tool.poetry]
name = "pytor"
version = "0.1.6"
version = "0.1.7"
description = "Manage Tor hidden services keys"
license = "WTFPL"
classifiers = ["Programming Language :: Python", "Development Status :: 1 - Planning", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7"]
@ -10,7 +10,7 @@ repository = "https://pypi.org/project/pytor/"
authors = ["Christophe Mehay <cmehay@nospam.student.42.fr>"]
[tool.poetry.dependencies]
python = ">= 3.6.12, < 3.9"
python = ">= 3.6.12, < 3.10"
pycryptodome = ">=3.9.4"
fire = ">=0.3.1"
pyyaml = ">=5.3.1"

@ -1,5 +1,5 @@
[tox]
envlist = py36, py37, py38
envlist = py36, py37, py38, py39
skip_missing_interpreters = true
isolated_build = true

Loading…
Cancel
Save