This repository was archived by the owner on Jan 15, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathPipfile
More file actions
50 lines (46 loc) · 1.22 KB
/
Copy pathPipfile
File metadata and controls
50 lines (46 loc) · 1.22 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
# TODO: Separate dependencies for the server, lambda, and jobs. Separate pipenv files in /jobs, /aws_lambda? Or separate repos?
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pytest = "*"
pytest-cov = "*"
coverage = "*"
requests = "*"
mypy_boto3_dynamodb = "*"
pytest-mock = "*"
aws_secretsmanager_caching = "*"
boto3-stubs = {extras = ["essential"], version = "*"}
aioresponses = "*"
pytest-asyncio = "*"
pytest-aiohttp = "*"
httpx = "*"
freezegun = "*"
asgi-lifespan = "==2.*"
[packages]
sentry-sdk = "*"
aioboto3 = "*"
aiohttp = "*"
gunicorn = "*"
uvicorn = {extras = ["standard"], version = "*"}
fastapi = {extras = ["standard"], version = "*"}
gql = "*"
scipy = "*"
jsonschema = "*"
aiocache = {extras = ["memcached"], version = "*"}
aiomcache = "*"
ujson = "*"
httptools = "*"
aio-snowplow-tracker = "*"
strawberry-graphql = {extras = ["fastapi", "opentelemetry", "cli"], version = "*"}
qdrant-client = "~=1.0"
pytz = "*"
opentelemetry-api = "*"
opentelemetry-sdk = "*"
opentelemetry-sdk-extension-aws = "*"
opentelemetry-exporter-otlp-proto-grpc = "*"
opentelemetry-instrumentation-aiohttp-client = "==0.41b0"
opentelemetry-instrumentation-fastapi = "==0.41b0"
[requires]
python_version = "3.12"