Skip to content

Commit

Permalink
fix: 添加依赖需求
Browse files Browse the repository at this point in the history
  • Loading branch information
WindowsSov8forUs committed May 13, 2024
1 parent 10bc235 commit 76f9136
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='tsugu-api-python',
version='1.0.0',
version='1.0.1',
author='WindowsSov8',
author_email='[email protected]',
description='Tsugu BanGDream Bot 的功能 API 统合包',
Expand All @@ -21,4 +21,9 @@
'Operating System :: OS Independent'
],
python_requires='>=3.8',
install_requires=[
'httpx>=0.18.2',
'aiohttp>=3.7.4',
'httpcore>=0.13.3'
]
)

0 comments on commit 76f9136

Please sign in to comment.