Many things
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
8028d82e94
commit
f2f1f9b5e6
11 changed files with 246 additions and 54 deletions
11
poetry.lock
generated
11
poetry.lock
generated
|
@ -13,6 +13,14 @@ soupsieve = ">1.2"
|
|||
html5lib = ["html5lib"]
|
||||
lxml = ["lxml"]
|
||||
|
||||
[[package]]
|
||||
name = "cachetools"
|
||||
version = "5.2.0"
|
||||
description = "Extensible memoizing collections and decorators"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = "~=3.7"
|
||||
|
||||
[[package]]
|
||||
name = "certifi"
|
||||
version = "2022.9.24"
|
||||
|
@ -192,10 +200,11 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "flake8
|
|||
[metadata]
|
||||
lock-version = "1.1"
|
||||
python-versions = "^3.8"
|
||||
content-hash = "28f817d195ff20de983a656a216fbdaac203af52239ca31ed0bf9676eee92bb6"
|
||||
content-hash = "00993ecc54f6327f8e58e6b91ce934b966e97c8db4bdb2c7a973c4101b20cb1c"
|
||||
|
||||
[metadata.files]
|
||||
beautifulsoup4 = []
|
||||
cachetools = []
|
||||
certifi = []
|
||||
charset-normalizer = []
|
||||
click = []
|
||||
|
|
Reference in a new issue