Skip to content

Commit cdcebda

Browse files
committed
SDK-3136: Relax install requirements
1 parent a83f348 commit cdcebda

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
packages=find_packages("src"),
1010
package_dir={'': 'src'},
1111
install_requires=[
12-
"aiohttp==3.5.4",
13-
"certifi==2019.3.9",
14-
"psutil==5.6.3; sys_platform == 'darwin'"
12+
"aiohttp>=3.5.4",
13+
"certifi>=2019.3.9",
14+
"psutil>=5.6.3; sys_platform == 'darwin'"
1515
]
1616
)

0 commit comments

Comments
 (0)