Skip to content
Closed
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
31 changes: 26 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,19 @@ certifi==2022.12.7
# via
# httpcore
# httpx
# requests
# sentry-sdk
# yt-dlp
cffi==1.16.0
# via cryptography
charset-normalizer==2.1.1
# via aiohttp
# via
# aiohttp
# requests
click==8.1.3
# via pip-tools
cryptography==41.0.5
# via secretstorage
frozenlist==1.3.3
# via
# aiohttp
Expand All @@ -51,10 +58,13 @@ humanize==4.6.0
idna==3.4
# via
# anyio
# requests
# rfc3986
# yarl
iniconfig==2.0.0
# via pytest
jeepney==0.8.0
# via secretstorage
multidict==6.0.4
# via
# aiohttp
Expand All @@ -71,6 +81,8 @@ pip-tools==6.13.0
# via -r requirements.in
pluggy==1.0.0
# via pytest
pycparser==2.21
# via cffi
pycryptodomex==3.17
# via yt-dlp
pytest==7.3.2
Expand All @@ -83,10 +95,16 @@ python-dateutil==2.8.2
# via -r requirements.in
pytz==2023.3
# via -r requirements.in
requests==2.31.0
# via yt-dlp
rfc3986[idna2008]==1.5.0
# via httpx
# via
# httpx
# rfc3986
roman==4.1
# via -r requirements.in
secretstorage==3.3.3
# via yt-dlp
sentry-sdk==1.28.1
# via -r requirements.in
six==1.16.0
Expand All @@ -98,15 +116,18 @@ sniffio==1.3.0
# httpx
soupsieve==2.3.2.post1
# via beautifulsoup4
urllib3==1.26.13
# via sentry-sdk
urllib3==2.1.0
# via
# requests
# sentry-sdk
# yt-dlp
websockets==10.4
# via yt-dlp
wheel==0.40.0
# via pip-tools
yarl==1.8.2
# via aiohttp
yt-dlp==2023.10.7
yt-dlp==2023.11.14
# via -r requirements.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down