Forgot a dependency for the bundled plugin manager

Thanks to @Salandora for the heads-up
This commit is contained in:
Gina Häußge 2015-05-31 11:10:40 +02:00
parent baf2a77e18
commit e8c37287fe

View file

@ -29,7 +29,8 @@ INSTALL_REQUIRES = [
"pylru",
"rsa",
"pkginfo",
"requests"
"requests",
"semantic_version"
]
# Additional requirements for optional install options