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 3076f3e commit 5bba63dCopy full SHA for 5bba63d
setup.py
@@ -9,7 +9,7 @@
9
'pytest==7.0.1',
10
'pytest-mock==3.11.1',
11
'coverage==6.2',
12
- 'pytest-cov',
+ 'pytest-cov==4.1.0',
13
'importlib-metadata==4.2',
14
'tomli==1.2.3',
15
'iniconfig==1.1.1',
@@ -22,7 +22,9 @@
22
'pyyaml>=5.4',
23
'docopt>=0.6.2',
24
'enum34;python_version<"3.4"',
25
- 'bloom-filter2>=2.0.0'
+ 'bloom-filter2>=2.0.0',
26
+ 'aiohttp>=3.8.4',
27
+ 'aiofiles>=23.1.0'
28
]
29
30
with open(path.join(path.abspath(path.dirname(__file__)), 'splitio', 'version.py')) as f:
0 commit comments