diff --git a/Makefile b/Makefile index d7daf8b..ff31767 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BIN := $(HOME)/.local/bin DIST := $(CURDIR)/dist -NAME := thu-learn-downloader +NAME := tld OS := $(shell echo $(RUNNER_OS) | tr '[:upper:]' '[:lower:]') ARCH := $(shell echo $(RUNNER_ARCH) | tr '[:upper:]' '[:lower:]') diff --git a/poetry.lock b/poetry.lock index 7ffc26c..5b1c466 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry and should not be changed by hand. +# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. [[package]] name = "altgraph" @@ -420,19 +420,19 @@ [[package]] name = "rich" -version = "13.3.1" +version = "13.3.2" description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal" category = "main" optional = false python-versions = ">=3.7.0" files = [ - {file = "rich-13.3.1-py3-none-any.whl", hash = "sha256:8aa57747f3fc3e977684f0176a88e789be314a99f99b43b75d1e9cb5dc6db9e9"}, - {file = "rich-13.3.1.tar.gz", hash = "sha256:125d96d20c92b946b983d0d392b84ff945461e5a06d3867e9f9e575f8697b67f"}, + {file = "rich-13.3.2-py3-none-any.whl", hash = "sha256:a104f37270bf677148d8acb07d33be1569eeee87e2d1beb286a4e9113caf6f2f"}, + {file = "rich-13.3.2.tar.gz", hash = "sha256:91954fe80cfb7985727a467ca98a7618e5dd15178cc2da10f553b36a93859001"}, ] [package.dependencies] -markdown-it-py = ">=2.1.0,<3.0.0" -pygments = ">=2.14.0,<3.0.0" +markdown-it-py = ">=2.2.0,<3.0.0" +pygments = ">=2.13.0,<3.0.0" [package.extras] jupyter = ["ipywidgets (>=7.5.1,<9)"] diff --git a/pyproject.toml b/pyproject.toml index b37cc5f..381d3cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,3 +26,4 @@ [tool.poetry.scripts] thu-learn-downloader = "thu_learn_downloader.__main__:main" +tld = "thu_learn_downloader.__main__:main" diff --git a/requirements.txt b/requirements.txt index 21b7224..cf6f76f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ pygments==2.14.0 ; python_version >= "3.11" and python_version < "3.12" pyyaml==6.0 ; python_version >= "3.11" and python_version < "3.12" requests==2.28.2 ; python_version >= "3.11" and python_version < "3.12" -rich==13.3.1 ; python_version >= "3.11" and python_version < "3.12" +rich==13.3.2 ; python_version >= "3.11" and python_version < "3.12" soupsieve==2.4 ; python_version >= "3.11" and python_version < "3.12" urllib3==1.26.14 ; python_version >= "3.11" and python_version < "3.12"