Skip to content

Commit 5bba63d

Browse files
author
Bilal Al
committed
added aiofiles and aiohttp to required
1 parent 3076f3e commit 5bba63d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'pytest==7.0.1',
1010
'pytest-mock==3.11.1',
1111
'coverage==6.2',
12-
'pytest-cov',
12+
'pytest-cov==4.1.0',
1313
'importlib-metadata==4.2',
1414
'tomli==1.2.3',
1515
'iniconfig==1.1.1',
@@ -22,7 +22,9 @@
2222
'pyyaml>=5.4',
2323
'docopt>=0.6.2',
2424
'enum34;python_version<"3.4"',
25-
'bloom-filter2>=2.0.0'
25+
'bloom-filter2>=2.0.0',
26+
'aiohttp>=3.8.4',
27+
'aiofiles>=23.1.0'
2628
]
2729

2830
with open(path.join(path.abspath(path.dirname(__file__)), 'splitio', 'version.py')) as f:

0 commit comments

Comments
 (0)