Skip to content

Commit

Permalink
missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ylow committed May 17, 2024
1 parent 000798b commit 91f2f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyxet/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
"fsspec==2023.9.2",
"typer>=0.9.0",
"tabulate>=0.9.0",
"s3fs>=2023.6.0"
"s3fs>=2023.6.0",
"mitmproxy"
]
readme = "pypireadme.md"
Expand Down

0 comments on commit 91f2f54

Please sign in to comment.