spacetelescope / pysiaf

Handling of Science Instrument Aperture Files (SIAF) for space telescopes
https://pysiaf.readthedocs.io
BSD 3-Clause "New" or "Revised" License
13 stars 28 forks source link

Delete requirements.txt #310

Closed pllim closed 1 year ago

pllim commented 1 year ago

It is unclear to me what this is useful for. You should pull requirements from setup requirements. Build, install, test, docs requirements should all be separated and not mixed up like this.

https://github.com/spacetelescope/pysiaf/blob/master/requirements.txt

pllim commented 1 year ago

You also don't need https://github.com/spacetelescope/pysiaf/blob/master/docs/requirements.txt

Everything can be pulled from setup if you define it correctly.