parent
d72c7c144e
commit
1219939189
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -47,7 +47,8 @@ INSTALL_REQUIRES = [
|
|||
"chainmap>=1.0.2,<1.1",
|
||||
"future>=0.15,<0.16",
|
||||
"scandir>=1.3,<1.4",
|
||||
"websocket-client>=0.40,<0.41"
|
||||
"websocket-client>=0.40,<0.41",
|
||||
"python-dateutil>=2.6,<2.7"
|
||||
]
|
||||
|
||||
if sys.platform == "darwin":
|
||||
|
|
|
|||
Loading…
Reference in a new issue