⬆️ chore(pyproject.toml):添加atproto依赖以支持Bluesky API集成

This commit is contained in:
2025-11-07 18:08:52 +08:00
parent 0501502995
commit 9cf89803cf
2 changed files with 408 additions and 1 deletions

View File

@@ -6,5 +6,6 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests>=2.31.0",
"python-dotenv>=1.0.0"
"python-dotenv>=1.0.0",
"atproto>=0.0.63",
]