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 003eb41 + b1ccd8b commit 3c1efc6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
--prefer-binary
PyYAML
requests
grpcio-tools~=1.35.0 ; python_version <= '3.6'
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio~=1.54.2 ; python_version > '3.6'
grpcio~=1.35.0 ; python_version <= '3.6'
grpcio-tools~=1.54.2 ; python_version > '3.6'
protobuf~=4.23.3 ; python_version > '3.6'
protobuf~=3.15.0 ; python_version <= '3.6'
requests
urllib3
protobuf~=4.23.3 ; python_version > '3.6'
PyYAML
semantic_version
urllib3

0 comments on commit 3c1efc6

Please sign in to comment.