-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathPipfile
74 lines (69 loc) · 1.68 KB
/
Pipfile
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aio-pika = "==9.5.*"
aiofiles = "==24.1.0"
aiohttp = "==3.11.*"
alembic = "==1.14.*"
asyncpg = "==0.30.0"
azure-storage-blob = "==12.24.*"
bcrypt = "==4.2.1"
boto3 = "==1.36.*"
fastapi = "==0.115.*"
fastapi-mail = "==1.2.9"
firebase-admin = "==6.6.*"
httpx = "==0.28.*"
jinja2 = "==3.1.*"
more-itertools = "==10.6.0"
nh3 = "==0.2.20"
pydantic = { extras = ["email"], version = "==1.10.18" }
pyjwt = "==2.10.1"
pymongo = "==4.10.*"
pyOpenSSL = "==24.3.*"
python-multipart = "==0.0.20"
redis = "==5.2.*"
sentry-sdk = "~=2.13"
sqlalchemy = { extras = ["asyncio"], version = "==1.4.53" }
sqlalchemy-utils = "==0.41.2"
taskiq = { extras = ["reload"], version = "==0.11.*" }
taskiq-aio-pika = "==0.4.1"
taskiq-fastapi = "==0.3.*"
taskiq-redis = "==1.0.2"
typer = "==0.15.*"
uvicorn = { extras = ["standard"], version = "==0.34.*" }
ddtrace = "==2.20.*"
bytecode = "==0.16.*"
structlog = "==25.1.*"
asgi-correlation-id = "==4.3.4"
[dev-packages]
allure-pytest = "==2.13.5"
cachetools = "==5.3.0"
gevent = "==24.2.1"
greenlet = "==3.1.0"
ipdb = "==0.13.13"
mypy = "==1.14.*"
nest-asyncio = "==1.6.0"
pre-commit = "==4.1.*"
pudb = "==2024.1.3"
pydantic-factories = "==1.17.3"
pyld = "==2.0.4"
pytest = "==8.3.4"
pytest-asyncio = "==0.25.*"
pytest-cov = "==6.0.0"
pytest-env = "==1.1.5"
pytest-lazy-fixtures = "==1.*"
pytest-mock = "==3.14.0"
reproschema = "==0.6.2"
ruff = "==0.9.*"
types-aiofiles = "==24.1.0.*"
types-cachetools = "==5.5.0.*"
types-python-dateutil = "==2.9.0.*"
types-pytz = "==2024.2.0.*"
types-requests = "==2.32.0.*"
typing-extensions = "==4.12.2"
[requires]
python_version = "3.13"
[scripts]
cli = "python src/cli.py"