Skip to content

Commit 93566b5

Browse files
committed
use gevent
1 parent 473b365 commit 93566b5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
gevent>=1.1.2

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@
2323
url='https://github.com/pipermerriam/py-solc',
2424
include_package_data=True,
2525
py_modules=['solc'],
26-
install_requires=[],
26+
install_requires=[
27+
"gevent>=1.1.2",
28+
],
2729
license="MIT",
2830
zip_safe=False,
2931
keywords='ethereum solidity solc',

0 commit comments

Comments
 (0)