spacetelescope / pandokia

Regression tests framework.
Other
2 stars 4 forks source link

Dependencies: Add dependencies to Pandokia #85

Closed ariedel closed 2 months ago

ariedel commented 3 months ago

This is a first pass at adding dependencies to Pandokia.

My search code finds ALL of the potential dependencies, including psycopg2 for postgresql, nose, pymssql for MS SQL, pyraf, stsci_regtest, and a bunch of others that we never/no longer ever use. So this list is my by-eye guess and almost certainly incomplete.

ariedel commented 3 months ago

This is first and foremost a convenience for me to make maps of our specific code dependencies. I thought I would make it more public, in case there was additional value.

I believe that technically pandokia has no actual mandatory dependencies apart from setuptools. The ones I've added are entirely because of how we use it.