summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: e9088fd50eb69cea5be305ea2a53bde799b7f5b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[project]
name = "basealt-bot-frontend"
version = "0.1.0"
description = "Add your description here"
authors = [
    { name = "Andrew Guschin", email = "guschin@altlinux.org" }
]
dependencies = [
    "python-telegram-bot==12.3.0",
    "requests==2.22.0",
]
requires-python = ">= 3.8"

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[tool.rye]
managed = true
dev-dependencies = []

[tool.hatch.metadata]
allow-direct-references = true

[tool.hatch.build.targets.wheel]
packages = ["src/basealt_bot_frontend"]