2018-10-07 16:59:03 +02:00
|
|
|
diff --git a/setup.py b/setup.py
|
2022-12-04 06:34:08 +01:00
|
|
|
index f0d3ab3..05c9ee0 100644
|
2018-10-07 16:59:03 +02:00
|
|
|
--- a/setup.py
|
|
|
|
+++ b/setup.py
|
2022-12-04 06:34:08 +01:00
|
|
|
@@ -243,7 +243,6 @@ else:
|
2018-10-07 16:59:03 +02:00
|
|
|
return not has_system_lib()
|
2022-12-04 06:34:08 +01:00
|
|
|
|
2018-10-07 16:59:03 +02:00
|
|
|
setup_kwargs = dict(
|
2022-12-04 06:34:08 +01:00
|
|
|
- setup_requires=['cffi>=1.3.0', 'requests'],
|
2018-10-07 16:59:03 +02:00
|
|
|
ext_package='coincurve',
|
|
|
|
cffi_modules=['_cffi_build/build.py:ffi'],
|
|
|
|
cmdclass={
|