From 32c6956e62eb1612c2e5f7f57296a45663354132 Mon Sep 17 00:00:00 2001 From: xchgll Date: Wed, 8 Jul 2026 21:22:01 +0300 Subject: [PATCH] https://github.com/xchgll/winman/issues/1 --- src/pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pyproject.toml b/src/pyproject.toml index 96d6e9d..a72f19c 100644 --- a/src/pyproject.toml +++ b/src/pyproject.toml @@ -4,12 +4,15 @@ build-backend = "setuptools.build_meta" [project] name = "winman" -version = "1.0.1" +version = "1.0.2" authors = [ { name="xchgll", email="no@email.com" } ] description = "WinMan is an offline documentation for WIN/NT API with a man pages taste." requires-python = ">=3.8" +dependencies = [ + "requests>=2.0.0" +] [project.scripts] winman = "winman:main" \ No newline at end of file