Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAplin committed Mar 10, 2024
1 parent 800ed20 commit af97e03
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ nndownload allows you to download videos, images, manga, and process other links
- aiohttp
- aiohttp-socks
- beautifulsoup4
- requests
- ffmpeg-python
- gevent
- mutagen
- requests
- setuptools
- tqdm
- urllib3

# Installation
Expand Down
5 changes: 4 additions & 1 deletion README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ nndownloadでは、 [Niconico](http://nicovideo.jp)(通称ニコニコ動画)か
- aiohttp
- aiohttp-socks
- beautifulsoup4
- requests
- ffmpeg-python
- gevent
- mutagen
- requests
- setuptools
- tqdm
- urllib3

# Installation
Expand Down
5 changes: 4 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
aiohttp
aiohttp-socks
beautifulsoup4
requests
ffmpeg-python
gevent
mutagen
requests
setuptools
tqdm
urllib3

0 comments on commit af97e03

Please sign in to comment.