- Python == v2.7.x
- Flask >= 0.8
- Flask-Script >= 0.3.1 (for shell commands support)
- Flask-SQLAlchemy >= 0.15
- Flask-Mail >= 0.6.1
- Flask-MongoSet >= 0.1.8
- Flask-Social
- Flask-Security
You should implement your own Cart and Order models based on flamaster.product.mixins and register it on your local settings for each shop you'd connect:
SHOPS = [ { 'cart': 'findevent.vending.models.Cart', 'order': 'findevent.vending.models.Order' } ]