mirror of https://github.com/CIRCL/lookyloo
fix: Allow pylookyloo on Python 3.6
parent
5566443888
commit
b26e35e5f0
|
@ -22,7 +22,7 @@ classifiers = [
|
||||||
lookyloo = "bin/lookyloo"
|
lookyloo = "bin/lookyloo"
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.6"
|
||||||
requests = "^2.22.0"
|
requests = "^2.22.0"
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
|
|
Loading…
Reference in New Issue