diff options
author | Kyomotoi <[email protected]> | 2022-02-18 23:06:17 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2022-02-18 23:06:17 +0800 |
commit | 774d9362282513ddd0cd3fbeaf8f46f4ba452053 (patch) | |
tree | ddd35eaa525247cd7caf75d74275dec5d3be8257 /requirements.txt | |
parent | e7ff55fa0b39805ec759afd5b06c666538f5c7f1 (diff) | |
parent | c9f78dad4e823c99119b274ef0cd95512d80d5d7 (diff) | |
download | ATRI-774d9362282513ddd0cd3fbeaf8f46f4ba452053.tar.gz ATRI-774d9362282513ddd0cd3fbeaf8f46f4ba452053.tar.bz2 ATRI-774d9362282513ddd0cd3fbeaf8f46f4ba452053.zip |
⚡️🎨 Merge pull request #42 from Yuki-Asuuna/main
优化服务列表输出 & 去除scheduler Warning & 补充requirements.txt
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 09932a0..1655d22 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,4 +11,7 @@ pytz>=2020.1 pyyaml>=5.4 scikit-image>=0.18.3 tensorflow>=2.6.0 -jieba>=0.42.1
\ No newline at end of file +jieba>=0.42.1 +tabulate>=0.8.9 +wcwidth>=0.2.5 +aiohttp>=3.8.1
\ No newline at end of file |