Skip to content

Commit

Permalink
hf_transfer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-ya committed Jun 9, 2024
1 parent 9fb293e commit 6bf8ed4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion outpostcli/constants.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cli_version = "0.0.62"
cli_version = "0.0.63"
CLI_BINARY_NAME = "outpostcli"
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "outpostcli"
version = "0.0.62"
version = "0.0.63"
description = "CLI for Outpost"
readme = "README.md"
license = { file = "LICENSE" }
Expand All @@ -15,7 +15,8 @@ dependencies = [
"click",
"rich",
"requests",
"tenacity"
"tenacity",
"hf-transfer"
]
optional-dependencies = { dev = [
"ruff",
Expand Down
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements.txt pyproject.toml
Expand All @@ -19,6 +19,8 @@ click==8.1.7
# via outpostcli (pyproject.toml)
h11==0.14.0
# via httpcore
hf-transfer==0.1.6
# via outpostcli (pyproject.toml)
httpcore==1.0.2
# via httpx
httpx==0.26.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="outpostcli",
version="0.0.62",
version="0.0.63",
py_modules=["outpostcli"],
install_requires=["Click", "outpostkit"],
entry_points={
Expand Down

0 comments on commit 6bf8ed4

Please sign in to comment.