summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 7bdc546824965cfa24ff6fde45c71768f1efbfa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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 = [
    "NWRL <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"