diff options
author | Yuki-Asuuna <[email protected]> | 2022-02-25 21:22:48 +0800 |
---|---|---|
committer | Yuki-Asuuna <[email protected]> | 2022-02-25 21:22:48 +0800 |
commit | 920173c8faaab5a65459ce176d36812bac6feb08 (patch) | |
tree | 5b6925acd2804af1b64b729d50174926420c2835 /requirements.txt | |
parent | 1b5e5de6bcb0b76d432bf0d9e1a6fb9bba510e52 (diff) | |
download | ATRI-920173c8faaab5a65459ce176d36812bac6feb08.tar.gz ATRI-920173c8faaab5a65459ce176d36812bac6feb08.tar.bz2 ATRI-920173c8faaab5a65459ce176d36812bac6feb08.zip |
feat: 添加b站动态订阅功能
Change-Id: I8b74e3a286901379b8337e33d1b581524cb80d97
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 1655d22..c304c4d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,4 +14,5 @@ tensorflow>=2.6.0 jieba>=0.42.1 tabulate>=0.8.9 wcwidth>=0.2.5 -aiohttp>=3.8.1
\ No newline at end of file +aiohttp>=3.7.4.post0 +tortoise-orm>=0.18.1
\ No newline at end of file |