From b18b717c52c8a22f746439745cb43cb4332b95f6 Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Fri, 9 Jan 2026 16:42:35 +0530 Subject: [PATCH] added mkdocs packages --- requirements.txt | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index ea791d9..1b75f98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,16 @@ beautifulsoup4==4.12.0 +types-beautifulsoup4 +# Test Packages pytest==7.4.0 pytest-asyncio==0.21.0 pytest-cov==4.1.0 -types-beautifulsoup4 - -# Optional, useful locally -ipython +# Doc Packages +mkdocs==1.6.1 +mkdocs-material==9.6.23 +neoteroi-mkdocs==1.1.3 +pymdown-extensions==10.16.1 +mkdocs-swagger-ui-tag==0.7.2 +mkdocstrings==1.0.0 +mkdocstrings-python==2.0.1