From d83d93cd03f95906edf97201ef88b1f4be13603b Mon Sep 17 00:00:00 2001 From: ihmily <114978440+ihmily@users.noreply.github.com> Date: Fri, 11 Apr 2025 11:20:33 +0800 Subject: [PATCH] chore(deps): update project dependencies --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 6d64bfd..3be7a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ dependencies = [ "screeninfo>=0.8.1", "aiofiles>=24.1.0", "streamget>=4.0.3", + "python-dotenv>=1.0.1", ] [project.urls] @@ -49,6 +50,7 @@ httpx = "^0.28.1" screeninfo = "~0.8.1" aiofiles = "~24.1.0" streamget = ">=4.0.3" +python-dotenv = ">=1.0.1" [tool.poetry.group.lint]