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

Address duplicate tagbase_server dependecy declarations #200

Closed lewismc closed 1 year ago

lewismc commented 1 year ago

Right now we have the same tagbase_server dependencies defined in three locations

This PR will refactor setup.py to use the dependencies defined in requirements.txt. In a future issue we can investigate further refactoring to have dependencies defined in one location only...