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

[dev-packages]
Sphinx = "*"
black = "*"
coverage = "*"
flake8 = "*"
flake8-bugbear = "*"
flake8-docstrings = "*"
isort = "*"
jinja2 = "*"
mypy = "*"
myst-parser = "*"
pre-commit = "*"
pytest = "*"
pytest-cov = "*"
pytest-vcr = "*"
setuptools-scm = "*"
sphinx-autobuild = "*"
sphinxcontrib-applehelp = "*"
sphinxcontrib-devhelp = "*"
sphinxcontrib-htmlhelp = "*"
sphinxcontrib-qthelp = "*"
sphinxcontrib-serializinghtml = "*"
twine = "*"
types-beautifulsoup4 = "*"
types-openpyxl = "*"
types-requests = "*"
types-retry = "*"
typing-extensions = "*"
us = "*"
setuptools = "*"

[packages]
beautifulsoup4 = "*"
cffi = "*"
click = "*"
cryptography = "*"
exceptiongroup = "*"
html5lib = "*"
openpyxl = "*"
pdfplumber = "*"
pyopenssl = "*"
pyquery = ">=2.0.1"
requests = "*"
retry2 = "*"
selenium = "*"
stealthenium = "*"
tenacity = "*"
tomli = "*"
urllib3 = "*"
webdriver-manager = "*"
xlrd = "*"
xvfbwrapper = "*"
bln = "==2.3.18"

[requires]
python_version = "3.14"

[pipenv]
allow_prereleases = false
