fix: typer args bugfix

This commit is contained in:
程序员阿江(Relakkes)
2025-09-26 18:07:57 +08:00
parent 9d6cf065e9
commit 84f6f650f8
4 changed files with 745 additions and 1458 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ author = "程序员阿江-Relakkes <relakkes@gmail.com>"
version = "0.1.0"
description = "A social media crawler project, support Xiaohongshu, Weibo, Zhihu, Bilibili, Douyin, BaiduTieBa etc."
readme = "README.md"
requires-python = ">=3.9"
requires-python = ">=3.11"
dependencies = [
"aiofiles~=23.2.1",
"aiomysql==0.2.0",