Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0410f90

Browse files
authored
Merge pull request #40 from gparatore123/master
pyproject.toml needed an update
2 parents 4d8deb8 + 62d4715 commit 0410f90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,12 @@ xortool-xor = 'xortool.tool_xor:main'
2020
homepage = "http://github.com/hellman/xortool"
2121

2222
[tool.poetry.dependencies]
23-
python = "^3.4"
23+
python = ">=3.6,<4.0"
2424
docopt = "^0.6.2"
2525

2626
[tool.poetry.dev-dependencies]
2727
docopt = "^0.6.2"
28+
importlib_metadata = "4.8`"
2829

2930
[build-system]
3031
requires = ["poetry-core>=1.0.0a5"]

0 commit comments

Comments
 (0)