feat: add initial parser data structure & test
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
f73c6d16cb
commit
2091e5c98d
8 changed files with 375 additions and 30 deletions
|
|
@ -5,7 +5,8 @@ description = "Searching for tags in streams"
|
|||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"urllib3>=2.2.3",
|
||||
"mistletoe>=1.4.0",
|
||||
"pydantic>=2.11.3",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
|
|
@ -17,5 +18,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"faker>=37.4.0",
|
||||
"pytest>=8.3.5",
|
||||
"ruff>=0.6.7",
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue