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 1b03317 commit 37d18cfCopy full SHA for 37d18cf
setup.py
@@ -46,5 +46,5 @@
46
# Build CFFI Interface
47
cffi_modules=["rig_routing_tables/cffi_compile.py:ffi"],
48
setup_requires=["cffi>=1.0.0", "rig>=1.0.0, <2.0.0"],
49
- install_requires=["cffi>=1.0.0"],
+ install_requires=["cffi>=1.0.0", "rig>=1.0.0, <2.0.0"],
50
)
0 commit comments