mirror of
https://github.com/meeb/tubesync.git
synced 2025-04-06 17:41:48 +00:00
27 lines
607 B
TOML
27 lines
607 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
autopep8 = "*"
|
|
|
|
[packages]
|
|
django = "<5.2"
|
|
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 = "*"
|