some packages have optional dependencies which can be installed using commands such as pip install datafs[dynamo] This would be preferable to simply failing on installation for any users who don't have boto/mongo/etc installed.
some packages have optional dependencies which can be installed using commands such as
This would be preferable to simply failing on installation for any users who don't have boto/mongo/etc installed.