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

[packages]
aiofiles = "*"
aiohttp = "*"
babel = "*"
bs4 = "*"
cssselect = "*"
lxml = "*"
natsort = "*"
playwright = "*"
regex = "*"
tomlkit = "*"
user-agent = "*"
watchdog = "*"

[dev-packages]
aioresponses = "*"
dill = "*"
exceptiongroup = "*"
flake8 = "*"
flake8-docstrings = "*"
flake8-print = "*"
flake8-pytest-style = "*"
flake8-simplify = "*"
importlib-metadata = "*"
myst-parser = "*"
nox = "*"
pre-commit = "*"
pylint = "*"
pytest-asyncio = "*"
pytest-cov = "*"
pytest-mock = "*"
pytest-playwright = "*"
pytest-randomly = "*"
pytest-xdist = "*"
scripttest = "*"
sphinx = "*"
sphinx-autobuild = "*"
sphinx-autodoc-typehints = "*"
sphinx-copybutton = "*"
tomli = "*"
types-aiofiles = "*"
async-timeout = "*"
xsget = {file = ".", editable = true}

[requires]
python_version = "3.9"
