From 9a5b3ad6a08d6f909cb098eaa2e692f627980414 Mon Sep 17 00:00:00 2001 From: Hipstercat Date: Mon, 1 May 2023 15:22:25 +0200 Subject: [PATCH] init --- pyproject.toml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4979ab..1381b58 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,7 @@ -[options] -install_requires = - httpx \ No newline at end of file +[project] +name = "TestLib" +version = "1.2.3" +# ... +dependencies = [ + "httpx" +] \ No newline at end of file