-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathPipfile
More file actions
76 lines (72 loc) · 1.76 KB
/
Copy pathPipfile
File metadata and controls
76 lines (72 loc) · 1.76 KB
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
75
76
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aio-pika = "==9.5.*"
aiofiles = "==24.1.0"
aiohttp = "==3.12.7"
alembic = "==1.16.1"
asgi-correlation-id = "==4.3.4"
asyncpg = "==0.30.0"
azure-storage-blob = "==12.25.*"
bcrypt = "==4.3.0"
boto3 = "==1.39.15"
bytecode = "==0.16.*"
ddtrace = "==3.9.*"
fastapi = "==0.116.*"
fastapi-mail = "==1.2.9"
firebase-admin = "==6.8.*"
httpx = "==0.28.*"
jinja2 = "==3.1.*"
more-itertools = "==10.7.0"
nh3 = "==0.3.*"
pydantic = { extras = ["email"], version = "==1.10.22" }
pyjwt = "==2.10.1"
pymongo = "==4.13.0"
pyOpenSSL = "==25.1.0"
python-multipart = "==0.0.20"
python-slugify = "==8.0.4"
redis = "==5.2.*"
sentry-sdk = "~=2.35"
sqlalchemy = { extras = ["asyncio"], version = "==1.4.53" }
sqlalchemy-utils = "==0.41.2"
structlog = "==25.4.0"
taskiq = { extras = ["reload"], version = "==0.11.*" }
taskiq-aio-pika = "==0.4.2"
taskiq-fastapi = "==0.3.*"
taskiq-redis = "==1.0.8"
typer = "==0.16.0"
uvicorn = { extras = ["standard"], version = "==0.34.*" }
[dev-packages]
allure-pytest = "==2.14.*"
cachetools = "==6.0.0"
gevent = "==25.5.1"
greenlet = "==3.2.2"
ipdb = "==0.13.13"
mypy = "==1.16.0"
nest-asyncio = "==1.6.0"
polyfactory = "==2.21.0"
pre-commit = "==4.2.*"
pudb = "==2025.1"
pyld = "==2.0.4"
pytest = "==8.4.0"
pytest-asyncio = "==1.1.0"
pytest-cov = "==6.1.1"
pytest-env = "==1.1.5"
pytest-httpx = "*"
pytest-lazy-fixtures = "==1.*"
pytest-mock = "==3.14.1"
reproschema = "==0.6.2"
ruff = "==0.11.*"
types-aiofiles = "==24.1.0.*"
types-cachetools = "==6.0.0.20250525"
types-python-dateutil = "==2.9.0.*"
types-pytz = "==2025.2.0.*"
types-pyyaml = "==6.0.12.20250516"
types-requests = "==2.32.0.*"
typing-extensions = "==4.12.2"
[requires]
python_version = "3.13"
[scripts]
cli = "python src/cli.py"