fix: Allow python 3.6

pull/67/head
Raphaël Vinot 2020-01-21 17:44:47 +01:00
parent d34233ad5c
commit 94495afefb
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ stop = "bin/stop.py"
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.6"
scrapysplashwrapper = {git = "https://github.com/viper-framework/ScrapySplashWrapper.git"}
har2tree = {git = "https://github.com/viper-framework/har2tree.git"}
pysanejs = {git = "https://github.com/CIRCL/PySaneJS.git"}