-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathPipfile
93 lines (88 loc) · 2.51 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
[[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.0"
asyncpg = "==0.30.0"
azure-storage-blob = "==12.24.0"
bcrypt = "==4.2.1"
boto3 = "==1.35.*"
fastapi = "==0.115.6"
fastapi-mail = "==1.2.9"
firebase-admin = "==6.6.*"
httpx = "==0.28.*"
jinja2 = "==3.1.*"
more-itertools = "==10.5.0"
nh3 = "==0.2.20"
opentelemetry-api = "==1.27.0"
opentelemetry-distro = "==0.48b0"
opentelemetry-exporter-otlp = "==1.27.0"
opentelemetry-instrumentation = "==0.48b0"
opentelemetry-instrumentation-asgi = "==0.48b0"
opentelemetry-instrumentation-asyncio = "==0.48b0"
opentelemetry-instrumentation-dbapi = "==0.48b0"
opentelemetry-instrumentation-fastapi = "==0.48b0"
opentelemetry-instrumentation-logging = "==0.48b0"
opentelemetry-instrumentation-sqlite3 = "==0.48b0"
opentelemetry-instrumentation-tortoiseorm = "==0.48b0"
opentelemetry-instrumentation-urllib = "==0.48b0"
opentelemetry-instrumentation-wsgi = "==0.48b0"
opentelemetry-propagator-aws-xray = "==1.0.2"
opentelemetry-sdk = "==1.27.0"
opentelemetry-sdk-extension-aws = "==2.0.2"
opentelemetry-semantic-conventions = "==0.48b0"
opentelemetry-test-utils = "==0.48b0"
opentelemetry-util-http = "==0.48b0"
pydantic = { extras = ["email"], version = "==1.10.18" }
pyjwt = "==2.10.1"
pymongo = "==4.10.1"
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.*"
bytecode = "==0.16.0"
structlog = "==24.4.0"
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.0.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.8.*"
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.11"
[scripts]
cli = "python src/cli.py"