csdms / bmi-python

Basic Model Interface for Python

Home Page:https://bmi.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Too many dependencies

mcflugen opened this issue · comments

This package, in my opinion, has too many unnecessary dependencies. It think we should use argparse instead of click and make black an optional dependency.

Fixed with #45 and #46.