fix: Allow pylookyloo on Python 3.6

pull/67/head
Raphaël Vinot 2020-01-21 17:50:24 +01:00
parent 5566443888
commit b26e35e5f0
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ classifiers = [
lookyloo = "bin/lookyloo"
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
requests = "^2.22.0"
[tool.poetry.dev-dependencies]