23 lines
539 B
Plaintext
23 lines
539 B
Plaintext
{%- 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
|
|
# via -r requirements.in
|
|
{% endif -%}
|