Files
musiclist-server/requirements.txt
2020-06-27 12:56:50 -04:00

11 lines
455 B
Plaintext

django # Base django
django-cors-middleware # To handle cors request
django-oauth-toolkit # To handle user authentication
pygments # To make cute pretty prints XD
redis # To comunicate with redis
django-redis # Redis backend for django
django-rq #Job queue
requests # Saner request library
blake3 # To use blake3 hashing, since python seeds every hash on hashlib and is different between instances
country_list # To transform country codes to their names