Pipfile
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bump2version = "*"
# Hotfix for Pipenv's Bug @see https://github.com/pypa/pipenv/issues/4101
colorama = "*"
coverage = "*"
fixturefilehandler = "*"
flake8 = "*"
invoke = "*"
isort = "*"
mypy = "*"
pipenv-setup = "*"
pylint = "*"
pytest = "*"
radon = "*"
xenon = "*"
yamldataclassconfig = {editable = true, path = "."}
[packages]
# To convert dictonary to model
dataclasses-json = "*"
# To convert yaml to dictonary
pyyaml = "*"