blakeNaccarato / copier-python

Copier template for Python projects
https://blakenaccarato.github.io/copier-python/
MIT License
4 stars 0 forks source link

Produce an output `requirements.txt` with all requirements #401

Closed blakeNaccarato closed 2 months ago

blakeNaccarato commented 4 months ago

Please use this form appropriately

Please check that this internal matter hasn't already been raised

Description

Security warnings aren't raised for my custom lock.json, so a big single requirements.txt with the minimum set of all platforms should be curated upon locking. This is the global lowest possible set of packages installed, and represents the security boundary of dependencies.