Skip to content

Commit

Permalink
SDK-3136: Relax install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
apawlowskij committed Dec 17, 2019
1 parent a83f348 commit cdcebda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
packages=find_packages("src"),
package_dir={'': 'src'},
install_requires=[
"aiohttp==3.5.4",
"certifi==2019.3.9",
"psutil==5.6.3; sys_platform == 'darwin'"
"aiohttp>=3.5.4",
"certifi>=2019.3.9",
"psutil>=5.6.3; sys_platform == 'darwin'"
]
)

0 comments on commit cdcebda

Please sign in to comment.