tubesync/Pipfile

24 lines
361 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 = "*"
2020-11-26 03:03:55 +00:00
youtube-dl = "*"
django-background-tasks = "*"
2020-12-06 01:22:16 +00:00
requests = "*"
django-basicauth = "*"
2020-11-23 06:32:02 +00:00
[requires]
python_version = "3"