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

[packages]
starlette = '*'
uvicorn = {extras = ['standard'], version = '*'}
sscred = '==0.2.1'
aioredis = '==2.0.1'

[dev-packages]
bumpversion = '==0.6.0'
setuptools-pipfile = '==0.4.1'
twine = '==3.2.0'
pytest = '*'
pytest-timeout = '*'
pytest-asyncio = '*'

[requires]
python_version = '3'
