Skip to content

Commit

Permalink
Fix agent deps (#13979)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentClarret committed Feb 16, 2023
1 parent 1efecf5 commit 4bc5d72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ enum34==1.1.10; python_version < '3.0'
foundationdb==6.3.24; python_version > '3.0'
futures==3.4.0; python_version < '3.0'
gearman==2.0.2; sys_platform != 'win32' and python_version < '3.0'
gssapi==1.6.1; python_version < '3.0' and (sys_platform != 'darwin' or platform_machine != 'arm64')
gssapi==1.8.2; python_version > '3.0'
immutables==0.19; python_version > '3.0'
importlib-metadata==2.1.3; python_version < '3.8'
Expand Down
2 changes: 1 addition & 1 deletion kafka_consumer/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ text = "BSD-3-Clause"

[project.optional-dependencies]
deps = [
"gssapi==1.8.2",
"gssapi==1.8.2; python_version > '3.0'",
"kafka-python==2.0.2",
"kazoo==2.9.0",
]
Expand Down

0 comments on commit 4bc5d72

Please sign in to comment.