Files
musiclist-server/requirements.txt
2020-06-03 21:29:35 -04:00

11 lines
539 B
Plaintext

django # Base django
django-cors-middleware # To handle cors request
django-oauth-toolkit # To handle user authentication
djangorestframework # The framework to create the api
pygments # To make cute pretty prints XD
ratelimit # To rate limit request to musicbrainz
redis # To comunicate with redis
requests # Saner request library
blake3 # To use blake3 hashing, since python seeds every hash on hashlib and is different between instances
gunicorn # To run the server on production
country_list # To transform country codes to their names