Closed brian-kubisiak-skydio closed 2 years ago
The asyncio, configparser, and dataclasses modules are distributed as part of python since at least python 3.7. Since revup requires python3.8 or above, we can remove these dependencies from the setup.cfg.
Signed-off-by: Brian Kubisiak brian@kubisiak.com
Reviews in this chain: └https://github.com/Skydio/revup/pull/34 setup: Remove core python dependencies
The asyncio, configparser, and dataclasses modules are distributed as part of python since at least python 3.7. Since revup requires python3.8 or above, we can remove these dependencies from the setup.cfg.
Signed-off-by: Brian Kubisiak brian@kubisiak.com