mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-18 19:16:36 +00:00
30 lines
675 B
TOML
30 lines
675 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
|
|
[packages]
|
|
django = "~=5.2.1"
|
|
django-huey = "*"
|
|
django-sass-processor = {extras = ["management-command"], version = "*"}
|
|
pillow = "*"
|
|
whitenoise = "*"
|
|
gunicorn = "*"
|
|
httptools = "*"
|
|
django-background-tasks = ">=1.2.8"
|
|
django-basicauth = "*"
|
|
psycopg = {extras = ["binary", "pool"], version = "*"}
|
|
mysqlclient = "*"
|
|
PySocks = "*"
|
|
urllib3 = {extras = ["socks"], version = "*"}
|
|
requests = {extras = ["socks"], version = "*"}
|
|
yt-dlp = {extras = ["default", "curl-cffi"], version = "*"}
|
|
emoji = "*"
|
|
brotli = "*"
|
|
html5lib = "*"
|
|
bgutil-ytdlp-pot-provider = "~=1.0"
|
|
babi = "*"
|