Skip to content

Commit 6939fc2

Browse files
committed
[setup] update dependency on graphenelib
1 parent cd149be commit 6939fc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
'Topic :: Office/Business :: Financial',
4141
],
4242
install_requires=[
43-
"graphenelib==0.5.2",
43+
"graphenelib>=0.5.3",
4444
"websockets",
4545
"appdirs",
4646
"Events",
4747
"scrypt",
48-
"pycrypto", # for AES
48+
"pycrypto", # for AES, installed through graphenelib already
4949
],
5050
setup_requires=['pytest-runner'],
5151
tests_require=['pytest'],

0 commit comments

Comments
 (0)