We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed4dfe commit 107c4f9Copy full SHA for 107c4f9
1 file changed
setup.py
@@ -13,7 +13,8 @@
13
'importlib-metadata==4.2',
14
'tomli==1.2.3',
15
'iniconfig==1.1.1',
16
- 'attrs==22.1.0'
+ 'attrs==22.1.0',
17
+ 'pluggy>=1.0.0'
18
]
19
20
INSTALL_REQUIRES = [
@@ -22,7 +23,6 @@
22
23
'docopt>=0.6.2',
24
'enum34;python_version<"3.4"',
25
'bloom-filter2>=2.0.0',
- 'pluggy>=1.0.0'
26
27
28
with open(path.join(path.abspath(path.dirname(__file__)), 'splitio', 'version.py')) as f:
0 commit comments