-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
55 lines (52 loc) · 1.2 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
48
49
50
51
52
53
54
55
[tool.poetry]
name = "templateproject"
version = "0.1.0"
description = ""
authors = ["StepanGavrilov"]
[tool.poetry.dependencies]
python = "^3.10.2"
pytest = "^7.1.2"
mypy = "^0.971"
pylint = "^2.14.3"
flake8 = "^4.0.1"
typing-extensions = "^4.2.0"
types-requests = "^2.27.30"
python-dotenv = "^0.20.0"
loguru = "^0.6.0"
defusedxml = "^0.7.1"
coverage = "^6.4.1"
genbadge = "^1.0.6"
fastapi = "^0.78.0"
tortoise = "^0.1.1"
uvicorn = "^0.17.6"
fastapi-users-db-tortoise = "^2.0.0"
tortoise-orm = "0.17.6"
alembic = "^1.8.0"
importlib-resources = "^5.8.0"
zipp = "^3.8.0"
importlib-metadata = "^4.11.4"
wheel = "^0.37.1"
sqlmodel = "^0.0.6"
asyncpg = "^0.25.0"
greenlet = "^1.1.2"
fastapi-users = {extras = ["sqlalchemy"], version = "^10.1.4"}
elastic-apm = "^6.10.1"
psutil = "^5.9.1"
returns = "^0.19.0"
sentry-sdk = "^1.8.0"
psycopg2-binary = "^2.9.3"
psycopg2 = "^2.9.3"
SQLAlchemy-Utils = "^0.38.3"
phonenumbers = "^8.12.53"
passlib = "^1.7.4"
email-validator = "^1.2.1"
aioredis = "^2.0.1"
redis = "^4.3.4"
orjson = "^3.7.12"
httpx = "^0.23.0"
testcontainers = "^3.6.1"
pytest-json-report = "^1.5.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"