Skip to content

Commit

Permalink
fix: 更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
linyuan0213 committed Apr 7, 2024
1 parent 9115cdb commit 1384b30
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
@@ -1,6 +1,6 @@
[submodule "third_party/feapder"]
path = third_party/feapder
url = https://github.com/jxxghp/feapder
url = https://github.com/Boris-code/feapder.git
[submodule "third_party/qbittorrent-api"]
path = third_party/qbittorrent-api
url = https://github.com/rmartin16/qbittorrent-api
Expand Down
20 changes: 10 additions & 10 deletions requirements.txt
Expand Up @@ -11,20 +11,20 @@ better-exceptions==0.3.3
bs4==0.0.1
cacheout==0.14.1
cachetools==5.3.0
certifi==2022.6.15
certifi==2023.7.22
cffi==1.15.1
charset-normalizer==2.1.1
click==8.1.3
cn2an==0.5.17
colorama==0.4.4
colored==1.3.93
cryptography==39.0.1
cryptography==42.0.4
cssselect==1.1.0
DBUtils==3.0.2
dateparser==1.1.4
decorator==5.1.1
executing==1.1.0
Flask==2.2.3
Flask==2.2.5
Flask-Login==0.6.2
fast-bencode==1.1.3
flask-compress==1.13
Expand All @@ -40,7 +40,7 @@ influxdb==5.3.1
itsdangerous==2.1.2
iso639==0.1.4
jedi==0.18.1
Jinja2==3.1.2
Jinja2==3.1.3
jsonpath==0.82
jsonschema==4.16.0
loguru==0.6.0
Expand All @@ -56,15 +56,15 @@ parsel==1.6.0
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
pillow==9.5.0
pillow==10.3.0
proces==0.1.2
prompt-toolkit==3.0.31
psutil==5.9.4
ptyprocess==0.7.0
pure-eval==0.2.2
pycparser==2.21
pycryptodome==3.15.0
Pygments==2.13.0
pycryptodome==3.19.1
Pygments==2.15.0
PyJWT==2.6.0
pymongo==4.2.0
PyMySQL==1.0.2
Expand All @@ -82,7 +82,7 @@ PyVirtualDisplay==3.0
redis==3.5.3
redis-py-cluster==2.1.3
regex==2022.9.13
requests==2.28.1
requests==2.31.0
ruamel.yaml==0.17.21
ruamel.yaml.clib==0.2.7
selenium==4.9.0
Expand All @@ -102,13 +102,13 @@ trio-websocket==0.9.2
tzdata==2022.2
tzlocal==4.2
undetected-chromedriver==3.5.5
urllib3==1.26.12
urllib3==1.26.18
w3lib==2.0.1
watchdog==2.1.9
wcwidth==0.2.5
webdriver-manager==4.0.1
websockets==10.3
Werkzeug==2.2.3
Werkzeug==2.3.8
wsproto==1.2.0
zhconv==1.4.3
typing-extensions==4.10.0

0 comments on commit 1384b30

Please sign in to comment.