Add pyhumps requirement to pascalize app_name

This commit is contained in:
Michael Karamuth 2020-03-22 00:01:46 +04:00
parent fd118910c4
commit 5d17334a7e

View File

@ -8,6 +8,7 @@ psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
{%- else %} {%- else %}
psycopg2-binary==2.8.4 # https://github.com/psycopg/psycopg2 psycopg2-binary==2.8.4 # https://github.com/psycopg/psycopg2
{%- endif %} {%- endif %}
pyhumps=1.3.1 # https://github.com/nficano/humps
# Testing # Testing
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------