Update dependencies

This commit is contained in:
Scot Hacker 2019-03-03 18:39:35 -08:00
parent 84c441cf39
commit d0212b8a55
4 changed files with 57 additions and 127 deletions

View file

@ -7,16 +7,15 @@ name = "pypi"
django = "*"
django-extensions = "*"
"psycopg2-binary" = "*"
pytest = "*"
pytest-django = "*"
"flake8" = "*"
factory-boy = "*"
titlecase = "*"
bleach = "*"
[dev-packages]
pylint = "*"
mypy = "*"
pytest = "*"
pytest-django = "*"
[requires]
python_version = "3.6"