Skip to content

Commit bdf0506

Browse files
committed
added asyncio option in split sdk requirement
1 parent 6ca043b commit bdf0506

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
openfeature_sdk==0.8.3
2-
splitio_client==10.5.1
2+
splitio_client[cpphash,asyncio]==10.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"Programming Language :: Python :: 3",
1616
'Topic :: Software Development :: Libraries'
1717
],
18-
python_requires='>=3.5'
18+
python_requires='>=3.9'
1919
)

0 commit comments

Comments
 (0)