Skip to content

Commit

Permalink
build(requirements): bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hldh214 committed Sep 10, 2021
1 parent f25f3ac commit 86f79e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions recorder/source/huya.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

import requests
import websockets
import websockets.exceptions

REQUEST_TIMEOUT = 5
WS_API = 'wss://wsapi.huya.com'
Expand Down
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
requests==2.25.*
requests==2.*
google-api-python-client==2.1.*
google-auth-oauthlib==0.4.*
toml==0.10.*
tqdm==4.60.*
tqdm==4.*
pytest==6.2.*
notifiers==1.2.1
websockets==9.1
pandas==1.2.*
websockets==10.*
pandas==1.*
grequests==0.6.*
pyjwt==2.1.*
cachetools==4.2.*
arrow==1.1.*
tenacity==7.0.*
tenacity==8.*

0 comments on commit 86f79e9

Please sign in to comment.