更新README文档,增加依赖文件
This commit is contained in:
@@ -1 +1,10 @@
|
|||||||
# myAssistant
|
# myAssistant
|
||||||
|
|
||||||
|
使用Python编写的个人助理程序,主程序为一个插件管理平台,可以自行编写不同的插件完成自己需要的任务
|
||||||
|
该程序为自用,因此会持续更新
|
||||||
|
|
||||||
|
to-do:
|
||||||
|
- [x] 插件管理程序
|
||||||
|
- [x] 定时运行(间隔、指定时间)
|
||||||
|
- [x] 电报(telegram)机器人
|
||||||
|
- [ ] 前段页面
|
||||||
46
requirements.txt
Normal file
46
requirements.txt
Normal file
@@ -0,0 +1,46 @@
|
|||||||
|
aiofiles==23.2.1
|
||||||
|
anyio==4.3.0
|
||||||
|
APScheduler==3.10.4
|
||||||
|
blinker==1.7.0
|
||||||
|
certifi==2024.2.2
|
||||||
|
cffi==1.16.0
|
||||||
|
charset-normalizer==3.3.2
|
||||||
|
click==8.1.7
|
||||||
|
cryptography==42.0.5
|
||||||
|
exceptiongroup==1.2.1
|
||||||
|
Flask==3.0.3
|
||||||
|
Flask-APScheduler==1.13.1
|
||||||
|
Flask-Script==2.0.6
|
||||||
|
greenlet==3.0.3
|
||||||
|
greenletio==0.11.0
|
||||||
|
h11==0.14.0
|
||||||
|
h2==4.1.0
|
||||||
|
hpack==4.0.0
|
||||||
|
httpcore==1.0.5
|
||||||
|
httpx==0.27.0
|
||||||
|
Hypercorn==0.16.0
|
||||||
|
hyperframe==6.0.1
|
||||||
|
idna==3.6
|
||||||
|
itsdangerous==2.1.2
|
||||||
|
Jinja2==3.1.3
|
||||||
|
MarkupSafe==2.1.5
|
||||||
|
priority==2.0.0
|
||||||
|
pycparser==2.21
|
||||||
|
PyJWT==2.8.0
|
||||||
|
python-dateutil==2.9.0.post0
|
||||||
|
python-telegram-bot==21.1.1
|
||||||
|
pytz==2024.1
|
||||||
|
PyYAML==6.0.1
|
||||||
|
requests==2.31.0
|
||||||
|
schedule==1.2.1
|
||||||
|
six==1.16.0
|
||||||
|
sniffio==1.3.1
|
||||||
|
SQLAlchemy==2.0.28
|
||||||
|
taskgroup==0.0.0a4
|
||||||
|
tomli==2.0.1
|
||||||
|
typing_extensions==4.10.0
|
||||||
|
tzlocal==5.2
|
||||||
|
urllib3==2.2.1
|
||||||
|
uvicorn==0.29.0
|
||||||
|
Werkzeug==3.0.2
|
||||||
|
wsproto==1.2.0
|
||||||
Reference in New Issue
Block a user