From 4feca6fb006ad71eedf0b3ec9ada605b08cb22b8 Mon Sep 17 00:00:00 2001 From: NW/RL Date: Sat, 9 Mar 2024 23:27:35 -0600 Subject: Initial commit --- pyproject.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyproject.toml (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..55bf3be --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,15 @@ +[tool.poetry] +name = "steamrelationships" +version = "0.1.0" +description = "A tool to discover friend relationships between steam profiles" +authors = ["NW/RL "] +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.10" +requests = "^2.31.0" + + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api" -- cgit v1.2.3