Skip to content

Commit

Permalink
Remove protoc_gen_swagger (#4860)
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Apolinario <[email protected]>
Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Feb 8, 2024
1 parent a8aa9bb commit 104b95e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions flyteidl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,8 @@ readme = { file = "README.md", content-type = "text/markdown" }
requires-python = ">=3.8,<3.13"
dependencies = [
'googleapis-common-protos',
'protoc_gen_swagger',
'protoc-gen-openapiv2',
'protobuf>=4.21.1,<5.0.0',
# Packages in here should rarely be pinned. This is because these
# packages (at the specified version) are required for project
# consuming this library. By pinning to a specific version you are the
# number of projects that can consume this or forcing them to
# upgrade/downgrade any dependencies pinned here in their project.
#
# Generally packages listed here are pinned to a major version range.
#
# e.g.
# Python FooBar package for foobaring
# pyfoobar>=1.0, <2.0
#
# This will allow for any consuming projects to use this library as
# long as they have a version of pyfoobar equal to or greater than 1.x
# and less than 2.x installed.
]
classifiers = [
"Intended Audience :: Science/Research",
Expand Down

0 comments on commit 104b95e

Please sign in to comment.