From a942da6357aa29e3041b6940b1bffa8db06e01bb Mon Sep 17 00:00:00 2001 From: Ronnie Villanueva Date: Sun, 5 Nov 2023 17:04:51 +0800 Subject: [PATCH] ci(pyproject.toml): add project dependencies --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index af441d6..720dfa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,10 @@ [project] name = "pyplayht" version = "0.0.0" +dependencies = [ + "python-dotenv >= 0.20.0", + "requests >= 2.28.2", +] [tool.pytest.ini_options] pythonpath = [