Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regen requirements.txt #59

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.9"
services:
vroxy: &vroxy
image: vroxy
Expand Down
60 changes: 5 additions & 55 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,58 +4,8 @@
#
# pip-compile requirements.in
#
aiohttp==3.8.4
# via -r requirements.in
aiosignal==1.2.0
# via aiohttp
async-timeout==4.0.2
# via aiohttp
attrs==22.1.0
# via aiohttp
brotli==1.0.9
# via yt-dlp
certifi==2022.6.15
# via
# requests
# yt-dlp
charset-normalizer==2.1.0
# via
# aiohttp
# requests
filelock==3.8.0
# via tldextract
frozenlist==1.3.0
# via
# aiohttp
# aiosignal
idna==3.3
# via
# requests
# tldextract
# yarl
multidict==6.0.2
# via
# aiohttp
# yarl
mutagen==1.45.1
# via yt-dlp
pycryptodomex==3.15.0
# via yt-dlp
requests==2.28.1
# via
# requests-file
# tldextract
requests-file==1.5.1
# via tldextract
six==1.16.0
# via requests-file
tldextract==3.3.1
# via -r requirements.in
urllib3==1.26.12
# via requests
websockets==10.3
# via yt-dlp
yarl==1.7.2
# via aiohttp
yt-dlp==2024.7.9
# via -r requirements.in

aiohttp>=3.8.4
multidict>=6.0.2
requests>=2.28.1
tldextract>=3.3.1
Loading