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