mirror of https://github.com/CIRCL/lookyloo
fix: Allow python 3.6
parent
d34233ad5c
commit
94495afefb
|
@ -27,7 +27,7 @@ stop = "bin/stop.py"
|
||||||
|
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.7"
|
python = "^3.6"
|
||||||
scrapysplashwrapper = {git = "https://github.com/viper-framework/ScrapySplashWrapper.git"}
|
scrapysplashwrapper = {git = "https://github.com/viper-framework/ScrapySplashWrapper.git"}
|
||||||
har2tree = {git = "https://github.com/viper-framework/har2tree.git"}
|
har2tree = {git = "https://github.com/viper-framework/har2tree.git"}
|
||||||
pysanejs = {git = "https://github.com/CIRCL/PySaneJS.git"}
|
pysanejs = {git = "https://github.com/CIRCL/PySaneJS.git"}
|
||||||
|
|
Loading…
Reference in New Issue