summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 42672e0127a2a937f30e21f07ad8669497d2f073 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[tool.poetry]
name = "steamrelationships"
version = "0.1.0"
description = "A tool to discover friend relationships between steam profiles"
license = "LGPL-3.0-or-later"
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"