Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix_choice_for_json' into fix_ch…
Browse files Browse the repository at this point in the history
…oice_for_json
  • Loading branch information
vhowdhur committed Sep 27, 2023
2 parents 79b26f3 + ff7e445 commit 6316a42
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,11 +1,11 @@
--prefer-binary
PyYAML
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio~=1.35.0 ; python_version <= '3.6'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
grpcio~=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~=3.15.0 ; python_version <= '3.6'
protobuf~=4.23.3 ; python_version > '3.6'
PyYAML
semantic_version
urllib3

0 comments on commit 6316a42

Please sign in to comment.