Merge pipfiles

This commit is contained in:
richard-dds 2018-07-23 14:45:08 -04:00 committed by dandds
parent 17a58fec21
commit 543250377c

View File

@ -10,6 +10,9 @@ Unipath = "==1.1"
wtforms-tornado = "*"
pendulum = "*"
redis = "*"
sqlalchemy = "*"
alembic = "*"
"psycopg2-binary" = "*"
[dev-packages]
bandit = "*"
@ -20,6 +23,7 @@ ipdb = "*"
pylint = "*"
black = "*"
pytest-watch = "*"
factory-boy = "*"
[requires]
python_version = "3.6"