Merge pipfiles
This commit is contained in:
parent
17a58fec21
commit
543250377c
4
Pipfile
4
Pipfile
@ -10,6 +10,9 @@ Unipath = "==1.1"
|
|||||||
wtforms-tornado = "*"
|
wtforms-tornado = "*"
|
||||||
pendulum = "*"
|
pendulum = "*"
|
||||||
redis = "*"
|
redis = "*"
|
||||||
|
sqlalchemy = "*"
|
||||||
|
alembic = "*"
|
||||||
|
"psycopg2-binary" = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
bandit = "*"
|
bandit = "*"
|
||||||
@ -20,6 +23,7 @@ ipdb = "*"
|
|||||||
pylint = "*"
|
pylint = "*"
|
||||||
black = "*"
|
black = "*"
|
||||||
pytest-watch = "*"
|
pytest-watch = "*"
|
||||||
|
factory-boy = "*"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.6"
|
python_version = "3.6"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user