diff options
author | Kyomotoi <[email protected]> | 2020-08-15 22:00:30 +0800 |
---|---|---|
committer | Kyomotoi <[email protected]> | 2020-08-15 22:00:30 +0800 |
commit | 971e7f4ef3b959ba005838ea8acd128ff50bd349 (patch) | |
tree | f67e21cdb9b95299f5811e6daa13a24dddbaf2bc | |
parent | 3d645cbe4919e7d202786b627fca9b98e03b3cc0 (diff) | |
download | ATRI-971e7f4ef3b959ba005838ea8acd128ff50bd349.tar.gz ATRI-971e7f4ef3b959ba005838ea8acd128ff50bd349.tar.bz2 ATRI-971e7f4ef3b959ba005838ea8acd128ff50bd349.zip |
Update requirements.txt
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 4baabd2..77b16a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ nonebot[scheduler]~=1.6.0 -git+https://github.com/nonebot/nonebot/tree/master +git+https://github.com/nonebot/nonebot.git@master aiohttp~=3.6 requests~=2.24 orjson~=3.3.0 |