Skip to content

Commit 12630b4

Browse files
authored
Update setup.py
1 parent 107c4f9 commit 12630b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
'tomli==1.2.3',
1515
'iniconfig==1.1.1',
1616
'attrs==22.1.0',
17-
'pluggy>=1.0.0'
1817
]
1918

2019
INSTALL_REQUIRES = [
@@ -23,6 +22,7 @@
2322
'docopt>=0.6.2',
2423
'enum34;python_version<"3.4"',
2524
'bloom-filter2>=2.0.0',
25+
'pluggy>=1.0.0'
2626
]
2727

2828
with open(path.join(path.abspath(path.dirname(__file__)), 'splitio', 'version.py')) as f:

0 commit comments

Comments
 (0)