tubesync/Pipfile

26 lines
397 B
Plaintext
Raw Normal View History

2020-11-23 06:32:02 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
django = "*"
django-sass-processor = "*"
libsass = "*"
pillow = "*"
whitenoise = "*"
gunicorn = "*"
django-compressor = "*"
httptools = "*"
django-background-tasks = "*"
2020-12-06 01:22:16 +00:00
requests = "*"
django-basicauth = "*"
psycopg2-binary = "*"
mysqlclient = "*"
2021-09-03 04:31:17 +00:00
yt-dlp = "*"
2020-11-23 06:32:02 +00:00
[requires]
python_version = "3"