diff options
author | Kyomotoi <[email protected]> | 2020-08-02 23:42:19 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-02 23:42:19 +0800 |
commit | 03b1f9851d919b8f51b0b2ef2d477ac593553819 (patch) | |
tree | d3bb863eb2a1907148670ee581350c2141741f25 /requirements.txt | |
parent | 488ccc9b4aaa3327777cb1109edcb3a903832412 (diff) | |
download | ATRI-03b1f9851d919b8f51b0b2ef2d477ac593553819.tar.gz ATRI-03b1f9851d919b8f51b0b2ef2d477ac593553819.tar.bz2 ATRI-03b1f9851d919b8f51b0b2ef2d477ac593553819.zip |
[Update]
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 56fa24a..9bbe5b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ nonebot[scheduler]~=1.6.0 aiohttp>=3.6 requests>=2.24 -orjson>=3.3.0
\ No newline at end of file +orjson>=3.3.0 +fastapi>=0.60.1 +uvicorn>=0.11.6
\ No newline at end of file |