pip-tools: 7.4.1
Структура проекта
Код: Выделить всё
/projectdir
------requirements/
------------requirements.in
------------requirements.txt
------------requirements-dev.in
------------requirements-dev.txt
------Makefile
Код: Выделить всё
-r requirements.in
localstack
*******
*******
Код: Выделить всё
pip-compile --no-emit-index-url requirements/requirements-dev.in --upgrade --resolver=backtracking --no-strip-extras
Код: Выделить всё
#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-emit-index-url requirements/requirements-dev.in
#
annotated-types==0.7.0
# via pydantic
attrs==25.3.0
# via
# jsonschema
# referencing
aws-lambda-powertools==3.16.0
# via
# -r /Users/abhkumar/repo/pegasus-fulfill-ingest/requirements/requirements.in
# ewflib
Код: Выделить всё
-r /Users/abhkumar/repo/pegasus-fulfill-ingest/requirements/requirements.in
Код: Выделить всё
-r requirements.in
Подробнее здесь: https://stackoverflow.com/questions/796 ... ts-in-file
Мобильная версия