Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/changed-required-to-optional' in…
Browse files Browse the repository at this point in the history
…to changed-required-to-optional
  • Loading branch information
vhowdhur committed Sep 21, 2023
2 parents 4c90384 + 406a72d commit 06779f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
--prefer-binary
grpcio~=1.35.0 ; python_version <= '3.6'
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
requests
grpcio~=1.54.2 ; python_version > '3.6'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio~=1.35.0 ; python_version <= '3.6'
PyYAML
requests
protobuf~=3.15.0 ; python_version <= '3.6'
protobuf~=4.23.3 ; python_version > '3.6'
urllib3
Expand Down

0 comments on commit 06779f3

Please sign in to comment.