parent
0560009204
commit
fcb0e382b5
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -43,7 +43,8 @@ INSTALL_REQUIRES = [
|
|||
"feedparser>=5.2.1,<5.3",
|
||||
"chainmap>=1.0.2,<1.1",
|
||||
"future>=0.15,<0.16",
|
||||
"scandir>=1.3,<1.4"
|
||||
"scandir>=1.3,<1.4",
|
||||
"websocket-client>=0.40,<0.41"
|
||||
]
|
||||
|
||||
# Additional requirements for optional install options
|
||||
|
|
|
|||
Loading…
Reference in a new issue