Skydio / revup

Effortlessly create and manage pull requests without changing branches. Powers a stacked diffs workflow with python and git "plumbing" commands.
https://github.com/Skydio/revup
MIT License
317 stars 67 forks source link

setup: Remove core python dependencies #34

Closed brian-kubisiak-skydio closed 2 years ago

brian-kubisiak-skydio commented 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

brian-kubisiak-skydio commented 2 years ago

Reviews in this chain: └https://github.com/Skydio/revup/pull/34 setup: Remove core python dependencies

brian-kubisiak-skydio commented 2 years ago
# head base diff date summary
0 46be2d75 919a2d28 diff Sep 13 4:29 PM 1 file changed, 3 deletions(-)