Skip to content

Commit 312af16

Browse files
authored
chore[setup.py]: Relax install_requires (#38)
1 parent 46d7374 commit 312af16

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
@@ -32,8 +32,8 @@ def get_readme_md_contents():
3232
"Topic :: Office/Business :: Financial :: Investment"
3333
],
3434
install_requires=[
35-
"websocket-client==0.56.0",
36-
"websockets==8.0.2",
37-
"requests==2.22.0"
35+
"websocket-client>=0.56.0",
36+
"websockets>=8.0.2",
37+
"requests>=2.22.0"
3838
]
3939
)

0 commit comments

Comments
 (0)