dashpay / electrum-dash-old

Electrum-DASH - a Dash thin client
https://electrum-dash.org
MIT License
37 stars 113 forks source link

Use requirements.txt in setup.py #49

Closed Kefkius closed 7 years ago

Kefkius commented 8 years ago

The file requirements.txt is now used in setup.py so that there cannot be discrepancies between them.

The trezor package is now retrieved from PyPI instead of requiring a mirror at https://github.com/electrum-dash/python-trezor

Kefkius commented 8 years ago

Will push something to fix the CI issue.

schinzelh commented 7 years ago

nACK - requirements.txt and setup.py should be independent files.