fix: error in playwright capture

pull/401/head
Raphaël Vinot 2022-04-26 01:54:21 +02:00
parent 147bc65992
commit e12a4d39f3
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -662,7 +662,7 @@ websockets = "10.1"
[[package]]
name = "playwrightcapture"
version = "0.1.3"
version = "0.1.4"
description = "A simple library to capture websites using playwright"
category = "main"
optional = false
@ -1241,7 +1241,7 @@ misp = ["python-magic", "pydeep"]
[metadata]
lock-version = "1.1"
python-versions = ">=3.8,<3.11"
content-hash = "3831bbddc76b6c763b275d771085dc0d7ccbf59a7f790ded14a69a272493924f"
content-hash = "68601cb97a5726c2d8d8967ec49ceb2541efec1c3076851ade7445fe73443ad1"
[metadata.files]
aiohttp = [
@ -1965,8 +1965,8 @@ playwright = [
{file = "playwright-1.21.0-py3-none-win_amd64.whl", hash = "sha256:0cdd82d4d2ce176b596e960825a4be7b03b7637e9cb243e634e896d787160535"},
]
playwrightcapture = [
{file = "PlaywrightCapture-0.1.3-py3-none-any.whl", hash = "sha256:d70c9e193340dd6be32d9e157ab74e15907b1fc720773a19e1979b54ddd21021"},
{file = "PlaywrightCapture-0.1.3.tar.gz", hash = "sha256:a8b2b9111189e7e1ba5d5065efff714036f4ab4b339eb4cc429e89e9db9a581f"},
{file = "PlaywrightCapture-0.1.4-py3-none-any.whl", hash = "sha256:360847a987c4f60f11542cac17010464571cf53364d39c47afbee15e38447cf9"},
{file = "PlaywrightCapture-0.1.4.tar.gz", hash = "sha256:4189a1270ce70dead17d2c3eb1c82bc8c86ad9a097a848874ebce3372b40a726"},
]
prompt-toolkit = [
{file = "prompt_toolkit-3.0.29-py3-none-any.whl", hash = "sha256:62291dad495e665fca0bda814e342c69952086afb0f4094d0893d357e5c78752"},

View File

@ -65,7 +65,7 @@ lief = "^0.12.1"
ua-parser = "^0.10.0"
Flask-Login = "^0.6.0"
har2tree = "^1.11.1"
playwrightcapture = "^0.1.3"
playwrightcapture = "^0.1.4"
[tool.poetry.extras]
misp = ['python-magic', 'pydeep']