CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

Add jinja2 requirement #82

Closed VatoKo closed 4 years ago

VatoKo commented 4 years ago

While building this project I noticed that your requirements file lacks jinja2 and running make rule F_NAME=new-rule command causes error. This should fix that.