Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibaswan authored Mar 21, 2024
1 parent a5784ec commit 1a20aaf
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions openapiart/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,13 @@ requests
typing_extensions ; python_version > '2.7'
click==8.0.4; python_version > '2.7' # this is added because of the black failure in CI
black==22.1.0 ; python_version > '2.7'
grpcio-tools~=1.54.2 ; python_version > '3.6'
grpcio-tools~=1.54.2 ; python_version > '3.6', <= '3.10'
grpcio-tools~=1.59.0 ; python_version > '3.10'
grpcio-tools~=1.35.0 ; python_version <= '3.6'
pipreqs==0.4.11; python_version > '2.7'
protobuf~=3.15.0 ; python_version <= '3.6'
protobuf~=4.23.3 ; python_version > '3.6'
grpcio~=1.54.2 ; python_version > '3.6'
protobuf~=4.23.3 ; python_version > '3.6', <= '3.10'
protobuf~=4.24.4 ; python_version > '3.10'
grpcio~=1.54.2 ; python_version > '3.6', <= '3.10'
grpcio~=1.59.0 ; python_version > '3.10'
grpcio~=1.35.0 ; python_version <= '3.6'

0 comments on commit 1a20aaf

Please sign in to comment.