diff --git a/requirements-dev.txt b/requirements-dev.txt index 145814dd..26d121e0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -9,5 +9,11 @@ flake8==3.8.4 grpcio-tools>=1.53.2 twine==4.0.1 types-attrs>=19.1.0 +# Using older types-protobuf version as if anything beyond 4 is installed, mypy +# state that google proto stubs are not installed, e.g. +# "Library stubs not installed for 'google.protobuf.timestamp_pb2'" +types-protobuf>=3.20.4.6,<4.0 +types-PyYAML>=6.0.7 +types-requests>=2.27.25 types-setuptools>=69.0.0.0 wheel==0.38.4 diff --git a/requirements.txt b/requirements.txt index 57c23077..95e210ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,9 +5,3 @@ msgpack>=1.0.3 protobuf>=4.22.5,<5.0 requests>=2.20.1 typing-extensions>=4.2.0 -# Using older types-protobuf version as if anything beyond 4 is installed, mypy -# state that google proto stubs are not installed, e.g. -# "Library stubs not installed for 'google.protobuf.timestamp_pb2'" -types-protobuf>=3.20.4.6,<4.0 -types-PyYAML>=6.0.7 -types-requests>=2.27.25