WebTechKitchen; Your Web Technology Kitchen, contact us to create, or maintain your websites and other digital properties.

Generate a requirements.txt file and toml file for python

Submitted by barnettech on Tue, 03/12/2024 - 11:43
pip freeze > requirements.txt
poetry add $(cat requirements.txt)