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

[packages]
requests = "*"
click = "*"
thoth-analyzer = "*"
thoth-common = "*"
attrs = "*"
beautifulsoup4 = "==4.6.3"
lxml = "*"
pyelftools = "*"
packaging = "<22"
toml = "*"
aiohttp = "*"

[dev-packages]
pytest = "*"
pytest-timeout = "*"
pytest-cov = "*"
pytest-mypy = "*"
pytest-asyncio = "*"
flexmock = "*"

[requires]
python_version = "3.8"
