File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
instrumentation/opentelemetry-instrumentation-psycopg2 Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change
1
+ asgiref==3.8.1
2
+ Deprecated==1.2.14
3
+ iniconfig==2.0.0
4
+ packaging==24.0
5
+ pluggy==1.5.0
6
+ psycopg2-binary==2.9.10
7
+ py-cpuinfo==9.0.0
8
+ pytest==7.4.4
9
+ tomli==2.0.1
10
+ typing_extensions==4.12.2
11
+ wrapt==1.16.0
12
+ zipp==3.19.2
13
+ -e opentelemetry-instrumentation
14
+ -e instrumentation/opentelemetry-instrumentation-dbapi
15
+ -e instrumentation/opentelemetry-instrumentation-psycopg2
Original file line number Diff line number Diff line change @@ -564,6 +564,7 @@ deps =
564
564
565
565
psycopg2: {[testenv]test_deps}
566
566
psycopg2: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/test-requirements.txt
567
+ psycopg2-binary: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-psycopg2/test-requirements-binary.txt
567
568
568
569
pymysql: {[testenv]test_deps}
569
570
pymysql: -r {toxinidir}/instrumentation/opentelemetry-instrumentation-pymysql/test-requirements.txt
You can’t perform that action at this time.
0 commit comments