We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6573cc7 commit b919ad7Copy full SHA for b919ad7
setup.py
@@ -16,7 +16,8 @@
16
'attrs==22.1.0',
17
'pytest-asyncio==0.21.0',
18
'aiohttp>=3.8.4',
19
- 'aiofiles>=23.1.0'
+ 'aiofiles>=23.1.0',
20
+ 'requests-kerberos>=0.14.0'
21
]
22
23
INSTALL_REQUIRES = [
splitio/version.py
@@ -1 +1 @@
1
-__version__ = '10.1.0-rc1'
+__version__ = '10.1.0rc1'
0 commit comments