Skip to content

Commit b919ad7

Browse files
author
Bilal Al
committed
fixed setup tests
1 parent 6573cc7 commit b919ad7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
'attrs==22.1.0',
1717
'pytest-asyncio==0.21.0',
1818
'aiohttp>=3.8.4',
19-
'aiofiles>=23.1.0'
19+
'aiofiles>=23.1.0',
20+
'requests-kerberos>=0.14.0'
2021
]
2122

2223
INSTALL_REQUIRES = [

splitio/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '10.1.0-rc1'
1+
__version__ = '10.1.0rc1'

0 commit comments

Comments
 (0)