Commit 34bea08 1 parent d6791a8 commit 34bea08 Copy full SHA for 34bea08
File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 7
7
package_dir = {"" : "src" },
8
8
install_requires = [
9
9
"asyncio" ,
10
+ # Pin opentelemetry versions until this comfyui PR is merged:
11
+ # https://github.com/hiddenswitch/ComfyUI/pull/26
12
+ "opentelemetry-distro==0.48b0" ,
13
+ "opentelemetry-exporter-otlp==1.27.0" ,
14
+ "opentelemetry-propagator-jaeger==1.27.0" ,
15
+ "opentelemetry-instrumentation==0.48b0" ,
16
+ "opentelemetry-util-http==0.48b0" ,
17
+ "opentelemetry-instrumentation-aio-pika==0.48b0" ,
18
+ "opentelemetry-instrumentation-requests==0.48b0" ,
19
+ "opentelemetry-semantic-conventions==0.48b0" ,
10
20
"comfyui @ git+https://github.com/hiddenswitch/ComfyUI.git@89d07f3adf32a6703181343bc732bd85104bb653" ,
11
21
],
12
22
url = "https://github.com/yondonfu/comfystream" ,
You can’t perform that action at this time.
0 commit comments