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

Remove pre-install dependency on Cement #4

Closed mlclay closed 5 years ago

mlclay commented 5 years ago

Remove direct dependency on cement prior to install phase in setup.py

The dependency on cement was for get_version functionality. This logic in cement does not rely on any cement specific logic and was originally copied from Django. That code has been replicated here to prevent the import of cement prior to its installation. The Django license text has been included in this file in accordance with the license.

This fixes #2