Skip to content

Commit

Permalink
Merge remote-tracking branch 'vvk/431-missing-tabulate' into pr-459-m…
Browse files Browse the repository at this point in the history
…erge
  • Loading branch information
joelvai committed Feb 15, 2019
2 parents ae8ac26 + c1132b4 commit fb0c266
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ yarl==1.1.0
ccxt==1.17.434
pywaves==0.8.20
bitshares==0.2.1
uptick==0.2.0
uptick==0.2.1
ruamel.yaml>=0.15.37
appdirs>=1.4.3
pycryptodomex==3.6.4
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@

cmd_class = {}
console_scripts = ['dexbot-cli = dexbot.cli:main']
install_requires = [
]
install_requires = []


class BuildCommand(build_module.build):
Expand Down

0 comments on commit fb0c266

Please sign in to comment.