-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
31 lines (29 loc) · 1.03 KB
/
Copy pathpyproject.toml
File metadata and controls
31 lines (29 loc) · 1.03 KB
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
27
28
29
30
31
[project]
name = "gost-rdpr"
version = "2.0.9"
description = "The utility provides parsing of domain names into IP addresses, processing of domain lists and their subsequent parsing, processing of individual IP addresses and summarized IP groups. Updates firewall address list and routing table"
authors = [
{name = "GregoryGost <info@gregory-gost.ru>"}
]
license = {file = "LICENSE"}
readme = "README.md"
homepage = "https://gregory-gost.ru"
repository = "https://github.com/GregoryGost/gost-rdpr"
requires-python = ">=3.13"
dependencies = [
"fastapi (>=0.136.1,<0.137.0)",
"sqlalchemy (>=2.0.44,<3.0.0)",
"aiosqlite (>=0.22.1,<0.23.0)",
"dnspython (>=2.8.0,<3.0.0)",
"uvicorn (>=0.46.0,<0.47.0)",
"httpx (>=0.28.1,<0.29.0)",
"pydantic-settings (>=2.12.0,<3.0.0)",
"opentelemetry-exporter-prometheus (>=0.62b1,<0.63)",
"cashews (>=7.4.3,<8.0.0)",
"toml (>=0.10.2,<0.11.0)",
]
[tool.poetry]
package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"