refactor(config): use_rich_logging instead of rich_logging
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
{%- if cookiecutter.rich_logging == "yes" -%}
|
||||
{%- if cookiecutter.use_rich_logging == "yes" or cookiecutter.uses_inflect == "yes" -%}
|
||||
#
|
||||
# This file is autogenerated by pip-compile with python 3.10
|
||||
# To update, run:
|
||||
#
|
||||
# pip-compile
|
||||
#
|
||||
{% endif -%}
|
||||
{%- if cookiecutter.use_rich_logging == "yes" -%}
|
||||
commonmark==0.9.1
|
||||
# via rich
|
||||
{% endif -%}
|
||||
{%- if cookiecutter.uses_inflect == "yes" -%}
|
||||
inflect==5.6.0
|
||||
# via -r requirements.in
|
||||
{% endif -%}
|
||||
{%- if cookiecutter.use_rich_logging == "yes" -%}
|
||||
pygments==2.12.0
|
||||
# via rich
|
||||
rich==12.4.4
|
||||
|
Reference in New Issue
Block a user