summaryrefslogtreecommitdiff
path: root/scripts/pyproject.toml
blob: 8e80de4c294b5b1dfa3d7de3895c431bdab8ed44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "p7s"
version = "0.1.0"
description = ""
authors = ["alex <alex@pdp7.net>"]

[tool.poetry.dependencies]
python = "^3.9"
appdirs = "^1.4.4"
httpx = "^0.25.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"


[tool.poetry.scripts]
ruscreen = 'p7s.ruscreen:main'