Skip to content

Commit 6f207fd

Browse files
joaomariolagopatrickelectric
authored andcommitted
pyproject.toml: Add needed libs for readme process
* Added aiocache, beautifulsoup4, pillow and markdown libs
1 parent 69c1466 commit 6f207fd

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ authors = [
1010
license = {text = "MIT License"}
1111
requires-python = ">=3.10"
1212
dependencies = [
13+
"aiocache==0.12.2",
1314
"aiohttp==3.7.4",
1415
"aiohttp-retry==2.8.3",
16+
"beautifulsoup4==4.12.3",
17+
"dataclass-wizard==0.22.3",
1518
"json-five==1.1.1",
19+
"markdown==3.6",
20+
"pillow==10.4.0",
1621
"semver>=2.13.0",
17-
"dataclass-wizard==0.22.3",
1822
]
1923

2024
[project.optional-dependencies]
@@ -24,6 +28,7 @@ dev = [
2428
"mypy==0.941",
2529
"pydantic==1.9.0",
2630
"pylint==2.14.5",
31+
"types-Markdown==3.6.0.20240316",
2732
]
2833

2934
[tool.setuptools]

0 commit comments

Comments
 (0)