-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (31 loc) · 818 Bytes
/
Copy pathpyproject.toml
File metadata and controls
35 lines (31 loc) · 818 Bytes
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
32
33
34
35
[tool.poetry]
name = "3xui-shop"
version = "1.1.0"
description = "Production Telegram bot for AFZVPN subscriptions. It works with 3X-UI."
authors = ["snoups"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
aiogram = "^3.15.0"
aiohttp-socks = "^0.10.1"
babel = "^2.16.0"
environs = "^11.2.1"
cachetools = "^5.5.0"
py3xui = "^0.3.2"
yookassa = "^3.4.3"
sqlalchemy = {extras = ["asyncio"], version = "^2.0.36"}
aiosqlite = "^0.20.0"
alembic = "^1.14.0"
redis = "^5.2.1"
apscheduler = "^3.11.0"
[tool.poetry.group.dev.dependencies]
pytest = "^8.3.5"
pytest-asyncio = "^0.25.3"
[tool.pytest.ini_options]
asyncio_mode = "auto"
asyncio_default_fixture_loop_scope = "function"
testpaths = ["tests"]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"