-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpyproject.toml
39 lines (35 loc) · 1.01 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
[tool.poetry]
name = "lomaya_baryery_backend"
version = "0.1.0"
description = "Lomaya Baryery tg_bot backend"
authors = ["Yandex Practicum Team backend_5+"]
[tool.poetry.dependencies]
environs = "~9.5.0"
python-telegram-bot = {version = "20.1", extras = ["job-queue"]}
asyncpg = "0.24.0"
uvicorn = "~0.18.3"
fastapi = "~0.89.0"
alembic = "~1.7.1"
python = "^3.10"
phonenumberslite = "^8.13.7"
fastapi-restful = "^0.4.3"
aiohttp = ">=3.8.3"
aiolimiter = "1.0.0"
pytz = "^2022.6"
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
email-validator = "^1.3.0"
python-multipart = "^0.0.5"
pydantic = {extras = ["email"], version = "^1.10.4"}
fastapi-mail = "^1.2.4"
sqlalchemy = "2.0.4"
alembic-autogen-check = "^1.1.1"
loguru = "^0.6.0"
openpyxl = "^3.1.2"
[tool.black]
skip-string-normalization = true
[tool.poetry.group.dev.dependencies]
click = "^8.1.3"
factory-boy = "^3.2.1"
psycopg2-binary = "^2.9.3"
pre-commit = "~2.20.0"