Requirements preparados para produccion
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
django
|
django # Base django
|
||||||
django-cors-middleware
|
django-cors-middleware # To handle cors request
|
||||||
django-oauth-toolkit
|
django-oauth-toolkit # To handle user authentication
|
||||||
djangorestframework
|
djangorestframework # The framework to create the api
|
||||||
pygments
|
pygments # To make cute pretty prints XD
|
||||||
ratelimit
|
ratelimit # To rate limit request to musicbrainz
|
||||||
redis
|
redis # To comunicate with redis
|
||||||
requests
|
requests # Saner request library
|
||||||
sphinx
|
blake3 # To use blake3 hashing, since python seeds every hash on hashlib and is different between instances
|
||||||
blake3
|
gunicorn # To run the server on production
|
||||||
Reference in New Issue
Block a user