aboutsummaryrefslogtreecommitdiff
path: root/scripts/pyproject.toml
blob: bef039fd00873bd9a70d064375bbdab38a293554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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'
mbsync_config = 'p7s.mbsync:generate_config'