Skip to content

Commit 107c4f9

Browse files
authored
moved pluggy to test
1 parent 6ed4dfe commit 107c4f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
'importlib-metadata==4.2',
1414
'tomli==1.2.3',
1515
'iniconfig==1.1.1',
16-
'attrs==22.1.0'
16+
'attrs==22.1.0',
17+
'pluggy>=1.0.0'
1718
]
1819

1920
INSTALL_REQUIRES = [
@@ -22,7 +23,6 @@
2223
'docopt>=0.6.2',
2324
'enum34;python_version<"3.4"',
2425
'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)