Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
python setup.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Moustikitos committed Feb 22, 2019
1 parent bd47af0 commit e43c664
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,17 @@
"packages": [
"dposlib",
"dposlib.util",
# "dposlib.wallet",
# "dposlib.wallet.app",
"dposlib.ark",
"dposlib.ark.v1",
"dposlib.ark.v2",
"dposlib.lisk.v09",
"dposlib.lisk.v10",
"dposlib.blockchain"
],
"install_requires": [
"requests",
"ecdsa",
"pynacl",
"pytz",
"base58",
# "ledgerblue",
# "flask"
"base58"
],
"license": "Copyright 2018, MIT licence",
"classifiers": [
Expand Down

0 comments on commit e43c664

Please sign in to comment.