tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

Use dynamic metadata in pyproject.toml to deduplicate dependency definitions #202

Closed lewismc closed 1 year ago

lewismc commented 1 year ago

OK so #200 deduplicates dependency definitions in setup.py instead pulling them in from requirements.txt. This issue will go one step further to deduplicate the dependencies in pyproject.toml. I think we can do this by using dynamic-metadata. PR coming up...