Skip to content

Commit 8ffb5ae

Browse files
authored
Merge pull request #338 from splitio/fix-git-test
Fixed installing attrs lib error
2 parents e2b672a + 16cabe3 commit 8ffb5ae

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
'pytest-cov',
1313
'importlib-metadata==4.2',
1414
'tomli==1.2.3',
15-
'iniconfig==1.1.1'
15+
'iniconfig==1.1.1',
16+
'attrs==22.1.0'
1617
]
1718

1819
INSTALL_REQUIRES = [

0 commit comments

Comments
 (0)