@@ -8,6 +8,7 @@ dependencies = [
8
8
" aiodataloader" ,
9
9
" ariadne==0.23" ,
10
10
" ariadne_django==0.3.0" ,
11
+ " codecovopentelem" ,
11
12
" celery>=5.3.6" ,
12
13
" cerberus" ,
13
14
" ddtrace" ,
@@ -23,9 +24,6 @@ dependencies = [
23
24
" drf-spectacular" ,
24
25
" drf-spectacular-sidecar" ,
25
26
" elastic-apm" ,
26
- " factory-boy" ,
27
- " fakeredis" ,
28
- " freezegun" ,
29
27
" google-cloud-pubsub" ,
30
28
" gunicorn>=22.0.0" ,
31
29
" idna>=3.7" ,
@@ -34,15 +32,9 @@ dependencies = [
34
32
" opentelemetry-sdk>=1.24.0" ,
35
33
" opentracing" ,
36
34
" polars==1.12.0" ,
37
- " pre-commit" ,
38
35
" psycopg2" ,
39
36
" PyJWT" ,
40
37
" pydantic" ,
41
- " pytest>=7.2.0" ,
42
- " pytest-cov" ,
43
- " pytest-django" ,
44
- " pytest-mock" ,
45
- " pytest-asyncio" ,
46
38
" python-dateutil" ,
47
39
" python-json-logger" ,
48
40
" python-redis-lock" ,
@@ -53,9 +45,12 @@ dependencies = [
53
45
" sentry-sdk>=2.13.0" ,
54
46
" sentry-sdk[celery]" ,
55
47
" setproctitle" ,
48
+ " shared" ,
56
49
" simplejson" ,
57
50
" starlette==0.40.0" ,
58
51
" stripe>=9.6.0" ,
52
+ " test-results-parser" ,
53
+ " timestring" ,
59
54
" urllib3>=1.26.19" ,
60
55
" vcrpy" ,
61
56
" whitenoise" ,
@@ -73,26 +68,19 @@ py-modules = []
73
68
74
69
[tool .uv ]
75
70
dev-dependencies = [
76
- " factory-boy>=3.3.1" ,
77
- " freezegun>=1.5.1" ,
78
- " mock>=5.1.0" ,
79
- " pre-commit>=4.0.1" ,
80
- " pytest>=8.3.3" ,
81
- " pytest-asyncio>=0.24.0" ,
82
- " pytest-celery>=1.1.3" ,
83
- " pytest-cov>=6.0.0" ,
84
- " pytest-django>=4.9.0" ,
85
- " pytest-freezegun>=0.4.2" ,
86
- " pytest-mock>=3.14.0" ,
87
- " pytest-sqlalchemy>=0.2.1" ,
88
- " respx>=0.21.1" ,
89
- " sqlalchemy-utils>=0.41.2" ,
90
- " time-machine>=2.16.0" ,
91
- " vcrpy>=6.0.2" ,
71
+ " factory-boy" ,
72
+ " fakeredis" ,
73
+ " freezegun" ,
74
+ " pre-commit" ,
75
+ " pytest>=7.2.0" ,
76
+ " pytest-cov" ,
77
+ " pytest-asyncio" ,
78
+ " pytest-django" ,
79
+ " pytest-mock" ,
80
+ " vcrpy" ,
92
81
]
93
82
94
83
95
84
[tool .uv .sources ]
96
- timestring = { git = " https://github.com/codecov/timestring" , rev = " d37ceacc5954dff3b5bd2f887936a98a668dda42" }
97
- test-results-parser = { git = " https://github.com/codecov/test-results-parser" , rev = " 94ff26cb083a02ff726dd2497c2129e4aaf5f7cd" }
98
- shared = { git = " https://github.com/codecov/shared" , rev = " 511b553fd19113f1716326b0363b9d9a4afca1d7" }
85
+ codecovopentelem = { git = " https://github.com/codecov/opentelem-python" , rev = " df1e241927d4794fc0e24f96431f0fb730edac21" }
86
+ shared = { git = " https://github.com/codecov/shared" , rev = " 9c31870de026a8a3f026f0753b1991e8c832fadb" }
0 commit comments