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

[dev-packages]
black = "*"
bleach = "~=5.0"
docutils = "*"
flake8 = "*"
time-machine = "*"
isort = "*"
mypy = "*"
pre-commit = "*"
pylint = "*"
pylint-pytest = "*"
pytest = "*"
pytest-asyncio = "*"
pytest-cov = "*"
pytest-mock = "*"
requests-mock = "*"
tox = ">=3.25"
twine = "*"

[packages]
requests = "*"
requests-oauthlib = "*"
aiohttp = ">3.8.1"

[pipenv]
allow_prereleases = true
