Skip to content

Commit

Permalink
fix: Update dependence
Browse files Browse the repository at this point in the history
  • Loading branch information
KimmyXYC committed Feb 5, 2024
1 parent 604b2b6 commit d0e102b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ botToken = 'key' # Required, Bot Token
[proxy]
status = false
url = "socks5://127.0.0.1:7890"

[log]
channel = -100123456789
```

### 本地 / Local
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
rtoml
loguru
aiogram
aiohttp_socks
elara
rtoml>=0.9.0
loguru>=0.7.2
aiogram>=3.3.0
aiohttp_socks>=0.8.4
elara>=0.5.5

0 comments on commit d0e102b

Please sign in to comment.