Skip to content

Commit

Permalink
Bump uptick version to fix tabulate issue
Browse files Browse the repository at this point in the history
  File "/home/vvk/devel/DEXBot/venv/lib/python3.6/site-packages/uptick-0.2.0-py3.6.egg/uptick/ui.py", line 7, in <module>
    from tabulate import tabulate
ModuleNotFoundError: No module named 'tabulate'

Closes: #431
  • Loading branch information
bitphage committed Feb 12, 2019
1 parent a2b1462 commit c1132b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
console_scripts = ['dexbot-cli = dexbot.cli:main']
install_requires = [
'bitshares==0.2.1',
'uptick==0.2.0',
'uptick==0.2.1',
'click',
'sqlalchemy',
'ruamel.yaml>=0.15.37',
Expand Down

0 comments on commit c1132b4

Please sign in to comment.