Forgot a dependency for the bundled plugin manager
Thanks to @Salandora for the heads-up
This commit is contained in:
parent
baf2a77e18
commit
e8c37287fe
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -29,7 +29,8 @@ INSTALL_REQUIRES = [
|
|||
"pylru",
|
||||
"rsa",
|
||||
"pkginfo",
|
||||
"requests"
|
||||
"requests",
|
||||
"semantic_version"
|
||||
]
|
||||
|
||||
# Additional requirements for optional install options
|
||||
|
|
|
|||
Loading…
Reference in a new issue