shacker / django-todo

A multi-user, multi-group todo/ticketing system for Django projects. Includes CSV import and integrated mail tracking.
http://django-todo.org
BSD 3-Clause "New" or "Revised" License
819 stars 285 forks source link

dev libraries in pipfile #49

Closed ezzra closed 5 years ago

ezzra commented 5 years ago

pipfile is currently:

[packages]
django = "*"
django-extensions = "*"
"psycopg2-binary" = "*"
pytest = "*"
pytest-django = "*"
"flake8" = "*"
factory-boy = "*"
titlecase = "*"
bleach = "*"

[dev-packages]
pylint = "*"
mypy = "*"

shouldn't pytest, pytest-django, flake8, factory-boy be in [dev] ?

shacker commented 5 years ago

Oops yes - will fix, thanks.

shacker commented 5 years ago

Fixed in d0212b8a55a6dd87c80fa5d4627879a75875b04a