blob: 55bf3beb95e09191ca0da6aee0b78ff26a55cefb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[tool.poetry]
name = "steamrelationships"
version = "0.1.0"
description = "A tool to discover friend relationships between steam profiles"
authors = ["NW/RL <NWRL@dabikers.online>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
requests = "^2.31.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|