Skip to content

Commit

Permalink
fix: resolve packaging issue
Browse files Browse the repository at this point in the history
  • Loading branch information
suxb201 committed Aug 8, 2024
1 parent bfe3415 commit af6a798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dynamic = ["version"]
dependencies = ["pydantic"]
dependencies = ["pydantic","redis"]

[project.scripts]
# Python entry-point wrapper to be installed in `$venv/bin`
Expand Down
2 changes: 1 addition & 1 deletion python/resp_benchmark/wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def load_data(self, command: str, count: int, connections: int = 128, pipeline:
username=self.username,
password=self.password,
cluster=self.cluster,
tls=self.tls,
tls=False,
timeout=self.timeout,
cores=self.cores,

Expand Down

0 comments on commit af6a798

Please sign in to comment.