diff options
author | Kyomotoi <[email protected]> | 2020-08-18 11:26:10 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-18 11:26:10 +0800 |
commit | 8a3ab28357e16bc3538d7af1581af2711b9b846c (patch) | |
tree | 21a80e18bce147eeaf7f00d1c3dd280dff3bb17c | |
parent | 032e6c47c127e58a660d810b84f1e7e2d501fba2 (diff) | |
download | ATRI-8a3ab28357e16bc3538d7af1581af2711b9b846c.tar.gz ATRI-8a3ab28357e16bc3538d7af1581af2711b9b846c.tar.bz2 ATRI-8a3ab28357e16bc3538d7af1581af2711b9b846c.zip |
Update requirements.txt
-rw-r--r-- | requirements.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/requirements.txt b/requirements.txt index 77b16a7..c621d11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,9 +1,8 @@ -nonebot[scheduler]~=1.6.0 -git+https://github.com/nonebot/nonebot.git@master +nonebot[scheduler]=1.7.0 aiohttp~=3.6 requests~=2.24 orjson~=3.3.0 fastapi~=0.60.1 uvicorn~=0.11.6 Pathlib~=1.0.1 -apscheduler~=1.15.0
\ No newline at end of file +apscheduler~=1.15.0 |