ShipChain / hydra

Centralized network management for decentralized networks -- helping organize and publish sidechain connection details
https://docs.shipchain.io/docs/validatorGuide.html
Apache License 2.0
8 stars 2 forks source link

Cement dependency in setup.py #2

Closed ajhodges closed 5 years ago

ajhodges commented 5 years ago

Cement is currently being imported in setup.py, which means we have to pip install cement before we can pip install hydra. We should remove this dependency so that pip can automatically resolve all of hydra's dependencies via install_requires.