From 5d17334a7e248cb10aeebedc4546b5393e266598 Mon Sep 17 00:00:00 2001 From: Michael Karamuth Date: Sun, 22 Mar 2020 00:01:46 +0400 Subject: [PATCH] Add pyhumps requirement to pascalize app_name --- {{cookiecutter.project_slug}}/requirements/local.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/{{cookiecutter.project_slug}}/requirements/local.txt b/{{cookiecutter.project_slug}}/requirements/local.txt index 81ef97c71..f7ed0972e 100644 --- a/{{cookiecutter.project_slug}}/requirements/local.txt +++ b/{{cookiecutter.project_slug}}/requirements/local.txt @@ -8,6 +8,7 @@ psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2 {%- else %} psycopg2-binary==2.8.4 # https://github.com/psycopg/psycopg2 {%- endif %} +pyhumps=1.3.1 # https://github.com/nficano/humps # Testing # ------------------------------------------------------------------------------