From f25762685b89a4c7aa25fc3117efa06c2485321c Mon Sep 17 00:00:00 2001 From: Vishesh 'ironeagle' Bangotra Date: Sat, 10 Jan 2026 17:21:39 +0530 Subject: [PATCH] added requirements for docs and pytest --- requirements.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..cfe5a0f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,16 @@ +fastapi>=0.100, +openapi-spec-validator>=0.7, +pyyaml>=6.0, + +# Test Packages +pytest==7.4.0 +pytest-asyncio==0.21.0 +pytest-cov==4.1.0 + +# Doc Packages +mkdocs==1.6.1 +mkdocs-material==9.6.23 +neoteroi-mkdocs==1.1.3 +pymdown-extensions==10.16.1 +mkdocstrings==1.0.0 +mkdocstrings-python==2.0.1