Skip to content

Commit

Permalink
Merge pull request #1 from quantum13/patch-1
Browse files Browse the repository at this point in the history
requirements version fixed
  • Loading branch information
sir-rois authored Nov 20, 2018
2 parents 1140ced + ccfd123 commit d1bb8f1
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 d1bb8f1

Please sign in to comment.