Open DylannCordel opened 7 years ago
SetupTools has a extras_require param which can be added in setup.py. see the SetupTools doc
extras_require
setup.py
Optionnal dependencies are listed in the pybb doc and are currently: pure_pagination, PIL, sorl.
pure_pagination
PIL
sorl
SetupTools has a
extras_require
param which can be added insetup.py
. see the SetupTools docOptionnal dependencies are listed in the pybb doc and are currently:
pure_pagination
,PIL
,sorl
.