Skip to content

Commit

Permalink
requirements version fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-khramov authored Nov 19, 2018
1 parent 1140ced commit ccfd123
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
ascii = codecs.lookup('ascii')
codecs.register(lambda name, enc=ascii: {True: enc}.get(name == 'mbcs'))

VERSION = '0.1.19'
VERSION = '0.1.20'

setup(
name='bitshares',
Expand Down Expand Up @@ -40,7 +40,7 @@
'Topic :: Office/Business :: Financial',
],
install_requires=[
"graphenelib>=0.6.3",
"graphenelib==0.6.9",
"websockets",
"appdirs",
"Events",
Expand Down

0 comments on commit ccfd123

Please sign in to comment.