diff --git a/client/requirements.txt b/client/requirements.txt index ede8776d..3c5e6526 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,7 +1,46 @@ -aiohttp -varname -opentelemetry-api -couchbase -websocket-client -requests -typing_extensions; python_version < '3.10' \ No newline at end of file +## The following requirements were added by pip freeze: +aiohappyeyeballs==2.4.4 +aiohttp==3.11.11 +aiosignal==1.3.2 +async-timeout==5.0.1 +attrs==24.3.0 +certifi==2024.12.14 +charset-normalizer==3.4.1 +colorama==0.4.6 +couchbase==4.3.4 +Deprecated==1.2.15 +exceptiongroup==1.2.2 +executing==2.1.0 +frozenlist==1.5.0 +googleapis-common-protos==1.66.0 +grpcio==1.69.0 +idna==3.10 +importlib_metadata==8.5.0 +iniconfig==2.0.0 +multidict==6.1.0 +mypy==1.14.1 +mypy-extensions==1.0.0 +opentelemetry-api==1.29.0 +opentelemetry-exporter-otlp-proto-common==1.29.0 +opentelemetry-exporter-otlp-proto-grpc==1.29.0 +opentelemetry-proto==1.29.0 +opentelemetry-sdk==1.29.0 +opentelemetry-semantic-conventions==0.50b0 +packaging==24.2 +pluggy==1.5.0 +propcache==0.2.1 +protobuf==5.29.3 +pytest==8.3.4 +pytest-asyncio==0.25.2 +requests==2.32.3 +ruff==0.9.2 +tomli==2.2.1 +types-Deprecated==1.2.15.20241117 +types-requests==2.32.0.20241016 +typing_extensions==4.12.2; python_version < '3.10' +urllib3==2.3.0 +varname==0.14.0 +websocket-client==1.8.0 +wrapt==1.17.2 +yarl==1.18.3 +zipp==3.21.0 diff --git a/tests/requirements.txt b/tests/requirements.txt index 497772f9..ae70f40b 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -1,5 +1,46 @@ -pytest >=8.3.3,<9.0 -pytest-asyncio >=0.24.0 -opentelemetry-sdk -opentelemetry-exporter-otlp-proto-grpc -../client \ No newline at end of file +aiohappyeyeballs==2.4.4 +aiohttp==3.11.11 +aiosignal==1.3.2 +async-timeout==5.0.1 +attrs==24.3.0 +../client +certifi==2024.12.14 +charset-normalizer==3.4.1 +colorama==0.4.6 +couchbase==4.3.4 +Deprecated==1.2.15 +exceptiongroup==1.2.2 +executing==2.1.0 +frozenlist==1.5.0 +googleapis-common-protos==1.66.0 +grpcio==1.69.0 +idna==3.10 +importlib_metadata==8.5.0 +iniconfig==2.0.0 +multidict==6.1.0 +mypy==1.14.1 +mypy-extensions==1.0.0 +opentelemetry-api==1.29.0 +opentelemetry-exporter-otlp-proto-common==1.29.0 +opentelemetry-exporter-otlp-proto-grpc==1.29.0 +opentelemetry-proto==1.29.0 +opentelemetry-sdk==1.29.0 +opentelemetry-semantic-conventions==0.50b0 +packaging==24.2 +pluggy==1.5.0 +propcache==0.2.1 +protobuf==5.29.3 +pytest==8.3.4 +pytest-asyncio==0.25.2 +requests==2.32.3 +ruff==0.9.2 +tomli==2.2.1 +types-Deprecated==1.2.15.20241117 +types-requests==2.32.0.20241016 +typing_extensions==4.12.2 +urllib3==2.3.0 +varname==0.14.0 +websocket-client==1.8.0 +wrapt==1.17.2 +yarl==1.18.3 +zipp==3.21.0