-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpyproject.toml
47 lines (42 loc) · 1.21 KB
/
pyproject.toml
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
36
37
38
39
40
41
42
43
44
45
46
47
[tool.poetry]
name = "aiogramtemplate"
version = "0.1.0"
description = ""
authors = ["taimast <[email protected]>"]
packages = [{ include = "src" }]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
python = ">=3.12,<4.0"
uvloop = { version = ">=0.17.0", markers = "sys_platform != 'win32'" }
aiogram = "^3.15.0"
pydantic = "^2.7.1"
loguru = "^0.7.0"
PyYAML = "^6.0"
APScheduler = { version = "^4.0.0a4", allow-prereleases = true }
sqlalchemy = "^2.0.9"
psycopg2 = "^2.9.6"
aiosqlite = "^0.19.0"
pydantic-settings = "^2.0.2"
alembic = "^1.13.0"
cachetools = "^5.3.2"
requests = "^2.31.0"
bs4 = "^0.0.2"
lxml = "^5.1.0"
multi-merchant = {git = "https://github.com/taimast/multi-merchant.git", rev = "v1.3.6"}
sqladmin = { extras = ["full"], version = "^0.18.0" }
ftl-translator = { git = "https://github.com/taimast/ftl-translator.git" }
fluentogram = "^1.1.10"
aiohttp-socks = "^0.9.0"
redis = { extras = ["hiredis"], version = "^5.2.0" }
sqlmodel = "^0.0.22"
aiocsv = "^1.3.2"
aiolimiter = "^1.2.0"
bidict = "^0.23.1"
[tool.poetry.group.dev.dependencies]
watchdog = ">=2.3.0,<3.0.0"
sqlalchemy-utils = "^0.41.1"
[tool.pyright]
venvPath = "."
venv = ".venv"