From 08b7217a99ba2fd6669971f87e35de00c0204eac Mon Sep 17 00:00:00 2001 From: Gerald Rich Date: Mon, 19 Aug 2024 14:11:30 -0700 Subject: [PATCH] fix: non-dev reqs --- requirements.txt | 84 ++++++------------------------------------------ 1 file changed, 9 insertions(+), 75 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9d2809a..794c6f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,85 +1,15 @@ -i https://pypi.org/simple -attrs==24.2.0; python_version >= '3.7' -black==24.8.0; python_version >= '3.8' -blacken-docs==1.18.0; python_version >= '3.8' -certifi==2024.7.4; python_version >= '3.6' -cfgv==3.4.0; python_version >= '3.8' -charset-normalizer==3.3.2; python_full_version >= '3.7.0' -click==8.1.7; python_version >= '3.7' -coverage[toml]==7.6.1; python_version >= '3.8' -distlib==0.3.8 -docutils==0.21.2; python_version >= '3.9' -exceptiongroup==1.2.2; python_version >= '3.7' -filelock==3.15.4; python_version >= '3.8' -flake8==7.1.1; python_full_version >= '3.8.1' -flake8-bugbear==24.4.26; python_full_version >= '3.8.1' -flake8-docstrings==1.7.0; python_version >= '3.7' -identify==2.6.0; python_version >= '3.8' -idna==3.7; python_version >= '3.5' -importlib-metadata==8.3.0; python_version >= '3.8' -iniconfig==2.0.0; python_version >= '3.7' -jaraco.classes==3.4.0; python_version >= '3.8' -jaraco.context==5.3.0; python_version >= '3.8' -jaraco.functools==4.0.2; python_version >= '3.8' -jellyfish==1.1.0; python_version >= '3.7' -jinja2==3.1.4; python_version >= '3.7' -keyring==25.3.0; python_version >= '3.8' -markdown-it-py==3.0.0; python_version >= '3.8' -markupsafe==2.1.5; python_version >= '3.7' -mccabe==0.7.0; python_version >= '3.6' -mdurl==0.1.2; python_version >= '3.7' -more-itertools==10.4.0; python_version >= '3.8' -multidict==6.0.5; python_version >= '3.7' -mypy==1.11.1; python_version >= '3.8' -mypy-extensions==1.0.0; python_version >= '3.5' -nh3==0.2.18 -nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' -packaging==24.1; python_version >= '3.8' -pathspec==0.12.1; python_version >= '3.8' -pkginfo==1.10.0; python_version >= '3.6' -platformdirs==4.2.2; python_version >= '3.8' -pluggy==1.5.0; python_version >= '3.8' -pre-commit==3.8.0; python_version >= '3.9' -pycodestyle==2.12.1; python_version >= '3.8' -pydocstyle==6.3.0; python_version >= '3.6' -pyflakes==3.2.0; python_version >= '3.8' -pygments==2.18.0; python_version >= '3.8' -pytest==8.3.2; python_version >= '3.8' -pytest-cov==5.0.0; python_version >= '3.8' -pytest-sugar==1.0.0 -pytest-vcr==1.0.2 -pyyaml==6.0.2; python_version >= '3.8' -readme-renderer==44.0; python_version >= '3.9' -requests==2.32.3; python_version >= '3.8' -requests-toolbelt==1.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' -rfc3986==2.0.0; python_version >= '3.7' -rich==13.7.1; python_full_version >= '3.7.0' -setuptools==72.2.0; python_version >= '3.8' -setuptools-scm==8.1.0; python_version >= '3.8' -snowballstemmer==2.2.0 -termcolor==2.4.0; python_version >= '3.8' -twine==5.1.1; python_version >= '3.8' -types-beautifulsoup4==4.12.0.20240511; python_version >= '3.8' -types-html5lib==1.1.11.20240806; python_version >= '3.8' -types-openpyxl==3.1.5.20240819; python_version >= '3.8' -types-requests==2.31.0.6; python_version >= '3.7' -types-retry==0.9.9.4 -types-urllib3==1.26.25.14 -typing-extensions==4.12.2; python_version >= '3.8' -urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' -us==3.2.0; python_version >= '3.8' -vcrpy==6.0.1; python_version >= '3.8' -virtualenv==20.26.3; python_version >= '3.7' -wrapt==1.16.0; python_version >= '3.6' -yarl==1.9.4; python_version >= '3.7' -zipp==3.20.0; python_version >= '3.8' beautifulsoup4==4.12.3; python_full_version >= '3.6.0' bs4==0.0.2 +certifi==2024.7.4; python_version >= '3.6' cffi==1.16.0; python_version >= '3.8' --e . +charset-normalizer==3.3.2; python_full_version >= '3.7.0' +click==8.1.7; python_version >= '3.7' cryptography==43.0.0; python_version >= '3.7' decorator==5.1.1; python_version >= '3.5' html5lib==1.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +idna==3.7; python_version >= '3.5' +jellyfish==1.1.0; python_version >= '3.7' pdfminer.six==20231228; python_version >= '3.6' pdfplumber==0.11.2; python_version >= '3.8' pillow==10.4.0; python_version >= '3.8' @@ -87,8 +17,12 @@ py==1.11.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3. pycparser==2.22; python_version >= '3.8' pypdfium2==4.30.0; python_version >= '3.6' pytube==15.0.0; python_version >= '3.7' +requests==2.32.3; python_version >= '3.8' retry==0.9.2 six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' soupsieve==2.5; python_version >= '3.8' tenacity==9.0.0; python_version >= '3.8' +typing-extensions==4.12.2; python_version >= '3.8' +urllib3==1.26.18; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' +us==3.2.0; python_version >= '3.8' webencodings==0.5.1