Compare commits

...

No commits in common. 'f4165e76c1418881ed16963bc6f7efe3e520e614' and '817d4344d582cd9432909989c7a2720351adaa4c' have entirely different histories.

911
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.7"
version = "0.1.9"
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,13 +10,12 @@ repository = "https://pypi.org/project/pytor/"
authors = ["Christophe Mehay <cmehay@nospam.student.42.fr>"]
[tool.poetry.dependencies]
python = ">= 3.6.12, < 3.10"
python = ">= 3.6.12, < 3.11"
pycryptodome = ">=3.9.4"
fire = ">=0.3.1"
pyyaml = ">=5.3.1"
[tool.poetry.dev-dependencies]
numpy = "*"
tox = "*"
pre-commit = ">=2.8.2"
ptpython = "*"

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

Loading…
Cancel
Save