Crown-Commercial-Service / govuk-frontend-jinja

Tools to use the GOV.UK Design System with Python webapps that use Jinja2 and Flask 🐍
MIT License
9 stars 6 forks source link

Move test/dev dependencies out of tox.ini and into setup.py #21

Closed lfdebrux closed 5 years ago

lfdebrux commented 5 years ago

This allows users to install dependencies using pip directly if they wish:

$ pip install -e .[Flask,dev]