We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 473b365 commit 93566b5Copy full SHA for 93566b5
requirements.txt
@@ -0,0 +1 @@
1
+gevent>=1.1.2
setup.py
@@ -23,7 +23,9 @@
23
url='https://github.com/pipermerriam/py-solc',
24
include_package_data=True,
25
py_modules=['solc'],
26
- install_requires=[],
+ install_requires=[
27
+ "gevent>=1.1.2",
28
+ ],
29
license="MIT",
30
zip_safe=False,
31
keywords='ethereum solidity solc',
0 commit comments