В нем есть такой раздел:
Код: Выделить всё
dependencies = [
'pandas == 1.4.3',
'streamlit == 1.11.1',
...
]
Код: Выделить всё
python -m pip install .[dependencies]Я могу сделать это, запустив python -m pip install {new_package} -- no-deps
Но есть ли способ сделать это в файле pyproject.toml?
Подробнее здесь: https://stackoverflow.com/questions/734 ... oject-toml
Мобильная версия