seeing-things / track

Automates tracking of targets with a telescope using ephemeris (TLE files) and/or optical tracking.
MIT License
7 stars 0 forks source link

Add `dateutil` to required packages #292

Open bgottula opened 1 year ago

bgottula commented 1 year ago

dateutil is used in skyplot to parse natural-language dates. It's required by infludb-client, matplotlib, and pandas so it's getting installed by means of those transitive dependencies but since it's used directly it should be included in this package's set of dependencies.

This may not be the only package in this category. Surely there must be tools that do dependency analysis on a Python codebase. Maybe Poetry can do this?