Skip to content

Commit

Permalink
dt/deps: cosmetic change to please the py linter
Browse files Browse the repository at this point in the history
Signed-off-by: Ivo Jimenez <ivo@redpanda.com>
  • Loading branch information
ivotron committed Sep 30, 2024
1 parent b80644c commit 7618b35
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions tests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
include_package_data=True,
install_requires=[
'ducktape@git+https://github.com/redpanda-data/ducktape.git@7772220005a27957d3a796de0e19d3c51eb61f6a',
'prometheus-client==0.9.0', 'kafka-python==2.0.2',
'crc32c==2.2', 'confluent-kafka==2.2.0', 'zstandard==0.15.2',
'xxhash==2.0.2', 'protobuf==4.21.8', 'fastavro==1.4.9',
'falcon==3.1.3', 'psutil==5.9.0', 'numpy==1.22.3', 'pygal==3.0',
'pytest==7.1.2', 'jump-consistent-hash==3.2.0',
'azure-storage-blob==12.14.1',
'prometheus-client==0.9.0', 'kafka-python==2.0.2', 'crc32c==2.2',
'confluent-kafka==2.2.0', 'zstandard==0.15.2', 'xxhash==2.0.2',
'protobuf==4.21.8', 'fastavro==1.4.9', 'falcon==3.1.3',
'psutil==5.9.0', 'numpy==1.22.3', 'pygal==3.0', 'pytest==7.1.2',
'jump-consistent-hash==3.2.0', 'azure-storage-blob==12.14.1',
'kafkatest@git+https://github.com/apache/kafka.git@e146c7c9164c4e8817fe891ac9d7d1661889b2b4#egg=kafkatest&subdirectory=tests',
'grpcio==1.57.0', 'grpcio-tools==1.57', 'grpcio-status==1.57.0',
'cachetools==5.3.1', 'google-api-core==2.11.1', 'google-auth==2.22.0',
Expand Down

0 comments on commit 7618b35

Please sign in to comment.