From dcbc5a3bfda0e67fe2cf063aed6791603e18c8da Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Wed, 3 Jun 2020 06:40:05 -0400 Subject: [PATCH] Requirements preparados para produccion --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0affeff..1200f78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -django -django-cors-middleware -django-oauth-toolkit -djangorestframework -pygments -ratelimit -redis -requests -sphinx -blake3 \ No newline at end of file +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 \ No newline at end of file