[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true

[dev-packages]
djet = "==0.2.2"
coverage = "==4.5.3"
pytest = "==5.0.1"
pytest-cov = "==2.7.1"
pytest-django = "==3.5.1"
twine = "*"
wheel = "*"
Sphinx = "*"
sphinx-rtd-theme = "*"
ipython = "*"
ipdb = "*"
black = "==19.3b0"
pre-commit = "*"
pytest-pythonpath = "==0.7.3"
tox = "*"
django-templated-mail = "==1.1.1"
djangorestframework-simplejwt = "==4.3.0"
social-auth-app-django = "==3.1.0"
coreapi = "*"
docutils = "==0.15"
codacy-coverage = "*"

[packages]
djangorestframework = "*"
Django = "*"
django-templated-mail = "*"
coreapi = "*"
djangorestframework-simplejwt = "*"
docutils = "==0.15"
wheel = "*"
drf_yasg = '>=1.6'
[dev-packages.isort]
extras = [ "pyproject",]

[dev-packages]
be19849 = {path = ".",editable = true}
