mirror of
https://github.com/sherlock-project/sherlock
synced 2024-11-24 21:03:04 +00:00
Allow higher certifi
This commit is contained in:
parent
07227e4a9a
commit
af7565ec3d
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ repository = "https://github.com/sherlock-project/sherlock.git"
|
|||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.8"
|
||||
certifi = "^2019.6.16"
|
||||
certifi = ">2019.6.16"
|
||||
colorama = "^0.4.1"
|
||||
PySocks = "^1.7.0"
|
||||
requests = "^2.22.0"
|
||||
|
|
Loading…
Reference in a new issue