We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41cbe7c commit a6c63efCopy full SHA for a6c63ef
1 file changed
setup.py
@@ -21,8 +21,7 @@
21
'pyyaml>=5.4',
22
'docopt>=0.6.2',
23
'enum34;python_version<"3.4"',
24
- 'bloom-filter2>=2.0.0',
25
- 'pluggy>=1.0.0'
+ 'bloom-filter2>=2.0.0'
26
]
27
28
with open(path.join(path.abspath(path.dirname(__file__)), 'splitio', 'version.py')) as f:
0 commit comments