Refresh Python dependencies
This commit is contained in:
parent
d65c52cd18
commit
c0aadb94b0
|
@ -2,8 +2,8 @@
|
|||
# Minimum Python version: 3.8 (for generating docs only)
|
||||
|
||||
regex>=2024.9.11
|
||||
pymdown-extensions>=10.9
|
||||
pipdeptree>=2.23.3
|
||||
pymdown-extensions>=10.10.1
|
||||
pipdeptree>=2.23.4
|
||||
python-dateutil>=2.8.2
|
||||
Markdown==3.7
|
||||
markdown2==2.5.0
|
||||
|
@ -20,7 +20,7 @@ lxml==5.3.0
|
|||
pyquery==2.0.1
|
||||
readtime==3.0.0
|
||||
mkdocs==1.6.1
|
||||
mkdocs-material==9.5.34
|
||||
mkdocs-material==9.5.36
|
||||
mkdocs-exclude-search==0.6.6
|
||||
mkdocs-simple-hooks==0.1.5
|
||||
mkdocs-material-extensions==1.3.1
|
||||
|
|
|
@ -1,87 +1,67 @@
|
|||
pip>=24.0;python_version<"3.8"
|
||||
pip>=24.1.2;python_version>="3.8"
|
||||
packaging>=24.0;python_version<"3.8"
|
||||
packaging>=24.1;python_version>="3.8"
|
||||
setuptools>=68.0.0;python_version<"3.8"
|
||||
setuptools~=70.2;python_version>="3.8" and python_version<"3.10"
|
||||
pip>=24.1.2
|
||||
packaging>=24.1
|
||||
setuptools~=70.2;python_version<"3.10"
|
||||
setuptools>=70.2.0;python_version>="3.10"
|
||||
wheel>=0.42.0;python_version<"3.8"
|
||||
wheel>=0.44.0;python_version>="3.8"
|
||||
wheel>=0.44.0
|
||||
attrs>=24.2.0
|
||||
certifi>=2024.8.30
|
||||
exceptiongroup>=1.2.2
|
||||
filelock>=3.12.2;python_version<"3.8"
|
||||
filelock>=3.16.0;python_version>="3.8"
|
||||
platformdirs>=4.0.0;python_version<"3.8"
|
||||
platformdirs>=4.3.2;python_version>="3.8"
|
||||
typing-extensions>=4.12.2;python_version>="3.8"
|
||||
filelock>=3.16.1
|
||||
fasteners>=0.19
|
||||
pynose>=1.5.3
|
||||
platformdirs>=4.3.6
|
||||
typing-extensions>=4.12.2
|
||||
sbvirtualdisplay>=1.3.0
|
||||
six>=1.16.0
|
||||
parse>=1.20.2
|
||||
parse-type>=0.6.3
|
||||
pyyaml==6.0.1;python_version<"3.8"
|
||||
pyyaml>=6.0.2;python_version>="3.8"
|
||||
six==1.16.0
|
||||
idna==3.8
|
||||
colorama>=0.4.6
|
||||
pyyaml>=6.0.2
|
||||
pygments>=2.18.0
|
||||
pyreadline3>=3.5.3;platform_system=="Windows"
|
||||
tabcompleter>=1.3.3
|
||||
pdbp>=1.5.4
|
||||
idna==3.10
|
||||
chardet==5.2.0
|
||||
charset-normalizer==3.3.2
|
||||
urllib3>=1.26.20,<2;python_version<"3.10"
|
||||
urllib3>=1.26.20,<2.3.0;python_version>="3.10"
|
||||
requests==2.31.0
|
||||
pynose==1.5.2
|
||||
sniffio==1.3.1
|
||||
h11==0.14.0
|
||||
outcome==1.3.0.post0
|
||||
trio==0.22.2;python_version<"3.8"
|
||||
trio==0.26.2;python_version>="3.8"
|
||||
trio==0.26.2
|
||||
trio-websocket==0.11.1
|
||||
wsproto==1.2.0
|
||||
websocket-client==1.8.0;python_version>="3.8"
|
||||
selenium==4.11.2;python_version<"3.8"
|
||||
selenium==4.24.0;python_version>="3.8"
|
||||
websocket-client==1.8.0
|
||||
selenium==4.25.0
|
||||
cssselect==1.2.0
|
||||
sortedcontainers==2.4.0
|
||||
fasteners==0.19
|
||||
execnet==2.0.2;python_version<"3.8"
|
||||
execnet==2.1.1;python_version>="3.8"
|
||||
execnet==2.1.1
|
||||
iniconfig==2.0.0
|
||||
pluggy==1.2.0;python_version<"3.8"
|
||||
pluggy==1.5.0;python_version>="3.8"
|
||||
pluggy==1.5.0
|
||||
py==1.11.0
|
||||
pytest==7.4.4;python_version<"3.8"
|
||||
pytest==8.3.3;python_version>="3.8"
|
||||
pytest==8.3.3
|
||||
pytest-html==2.0.1
|
||||
pytest-metadata==3.0.0;python_version<"3.8"
|
||||
pytest-metadata==3.1.1;python_version>="3.8"
|
||||
pytest-metadata==3.1.1
|
||||
pytest-ordering==0.6
|
||||
pytest-rerunfailures==13.0;python_version<"3.8"
|
||||
pytest-rerunfailures==14.0;python_version>="3.8"
|
||||
pytest-xdist==3.5.0;python_version<"3.8"
|
||||
pytest-xdist==3.6.1;python_version>="3.8"
|
||||
pytest-rerunfailures==14.0
|
||||
pytest-xdist==3.6.1
|
||||
parameterized==0.9.0
|
||||
sbvirtualdisplay==1.3.0
|
||||
behave==1.2.6
|
||||
soupsieve==2.4.1;python_version<"3.8"
|
||||
soupsieve==2.6;python_version>="3.8"
|
||||
soupsieve==2.6
|
||||
beautifulsoup4==4.12.3
|
||||
pygments==2.17.2;python_version<"3.8"
|
||||
pygments==2.18.0;python_version>="3.8"
|
||||
pyreadline3==3.4.1;platform_system=="Windows"
|
||||
tabcompleter==1.3.3
|
||||
pdbp==1.5.4
|
||||
colorama==0.4.6
|
||||
pyotp==2.9.0
|
||||
python-xlib==0.33;platform_system=="Linux"
|
||||
markdown-it-py==2.2.0;python_version<"3.8"
|
||||
markdown-it-py==3.0.0;python_version>="3.8"
|
||||
markdown-it-py==3.0.0
|
||||
mdurl==0.1.2
|
||||
rich==13.8.1
|
||||
|
||||
# --- Testing Requirements --- #
|
||||
# ("pip install -r requirements.txt" also installs this, but "pip install -e ." won't.)
|
||||
|
||||
coverage==7.2.7;python_version<"3.8"
|
||||
coverage>=7.6.1;python_version>="3.8"
|
||||
pytest-cov==4.1.0;python_version<"3.8"
|
||||
pytest-cov>=5.0.0;python_version>="3.8"
|
||||
coverage>=7.6.1
|
||||
pytest-cov>=5.0.0
|
||||
flake8==5.0.4;python_version<"3.9"
|
||||
flake8==7.1.1;python_version>="3.9"
|
||||
mccabe==0.7.0
|
||||
|
|
96
setup.py
96
setup.py
|
@ -145,82 +145,64 @@ setup(
|
|||
"Topic :: Software Development :: Testing :: Traffic Generation",
|
||||
"Topic :: Utilities",
|
||||
],
|
||||
python_requires=">=3.7",
|
||||
python_requires=">=3.8",
|
||||
install_requires=[
|
||||
'pip>=24.0;python_version<"3.8"',
|
||||
'pip>=24.1.2;python_version>="3.8"', # 24.2: editable install warnings
|
||||
'packaging>=24.0;python_version<"3.8"',
|
||||
'packaging>=24.1;python_version>="3.8"',
|
||||
'setuptools>=68.0.0;python_version<"3.8"',
|
||||
'setuptools~=70.2;python_version>="3.8" and python_version<"3.10"',
|
||||
'pip>=24.1.2', # 24.2: editable install warnings
|
||||
'packaging>=24.1',
|
||||
'setuptools~=70.2;python_version<"3.10"',
|
||||
'setuptools>=70.2.0;python_version>="3.10"', # 71.0.x has issues
|
||||
'wheel>=0.42.0;python_version<"3.8"',
|
||||
'wheel>=0.44.0;python_version>="3.8"',
|
||||
'wheel>=0.44.0',
|
||||
'attrs>=24.2.0',
|
||||
"certifi>=2024.8.30",
|
||||
"exceptiongroup>=1.2.2",
|
||||
'filelock>=3.12.2;python_version<"3.8"',
|
||||
'filelock>=3.16.0;python_version>="3.8"',
|
||||
'platformdirs>=4.0.0;python_version<"3.8"',
|
||||
'platformdirs>=4.3.2;python_version>="3.8"',
|
||||
'typing-extensions>=4.12.2;python_version>="3.8"',
|
||||
'filelock>=3.16.1',
|
||||
'fasteners>=0.19',
|
||||
"pynose>=1.5.3",
|
||||
'platformdirs>=4.3.6',
|
||||
'typing-extensions>=4.12.2',
|
||||
"sbvirtualdisplay>=1.3.0",
|
||||
"six>=1.16.0",
|
||||
'parse>=1.20.2',
|
||||
'parse-type>=0.6.3',
|
||||
'pyyaml==6.0.1;python_version<"3.8"',
|
||||
'pyyaml>=6.0.2;python_version>="3.8"',
|
||||
"six==1.16.0",
|
||||
"idna==3.8",
|
||||
'colorama>=0.4.6',
|
||||
'pyyaml>=6.0.2',
|
||||
'pygments>=2.18.0',
|
||||
'pyreadline3>=3.5.3;platform_system=="Windows"',
|
||||
"tabcompleter>=1.3.3",
|
||||
"pdbp>=1.5.4",
|
||||
"idna==3.10",
|
||||
'chardet==5.2.0',
|
||||
'charset-normalizer==3.3.2',
|
||||
'urllib3>=1.26.20,<2;python_version<"3.10"',
|
||||
'urllib3>=1.26.20,<2.3.0;python_version>="3.10"',
|
||||
'requests==2.31.0',
|
||||
"pynose==1.5.2",
|
||||
'sniffio==1.3.1',
|
||||
'h11==0.14.0',
|
||||
'outcome==1.3.0.post0',
|
||||
'trio==0.22.2;python_version<"3.8"',
|
||||
'trio==0.26.2;python_version>="3.8"',
|
||||
'trio==0.26.2',
|
||||
'trio-websocket==0.11.1',
|
||||
'wsproto==1.2.0',
|
||||
'websocket-client==1.8.0;python_version>="3.8"',
|
||||
'selenium==4.11.2;python_version<"3.8"',
|
||||
'selenium==4.24.0;python_version>="3.8"',
|
||||
'websocket-client==1.8.0',
|
||||
'selenium==4.25.0',
|
||||
'cssselect==1.2.0',
|
||||
"sortedcontainers==2.4.0",
|
||||
'fasteners==0.19',
|
||||
'execnet==2.0.2;python_version<"3.8"',
|
||||
'execnet==2.1.1;python_version>="3.8"',
|
||||
'execnet==2.1.1',
|
||||
'iniconfig==2.0.0',
|
||||
'pluggy==1.2.0;python_version<"3.8"',
|
||||
'pluggy==1.5.0;python_version>="3.8"',
|
||||
'pluggy==1.5.0',
|
||||
"py==1.11.0", # Needed by pytest-html
|
||||
'pytest==7.4.4;python_version<"3.8"',
|
||||
'pytest==8.3.3;python_version>="3.8"',
|
||||
'pytest==8.3.3',
|
||||
"pytest-html==2.0.1", # Newer ones had issues
|
||||
'pytest-metadata==3.0.0;python_version<"3.8"',
|
||||
'pytest-metadata==3.1.1;python_version>="3.8"',
|
||||
'pytest-metadata==3.1.1',
|
||||
"pytest-ordering==0.6",
|
||||
'pytest-rerunfailures==13.0;python_version<"3.8"',
|
||||
'pytest-rerunfailures==14.0;python_version>="3.8"',
|
||||
'pytest-xdist==3.5.0;python_version<"3.8"',
|
||||
'pytest-xdist==3.6.1;python_version>="3.8"',
|
||||
'pytest-rerunfailures==14.0',
|
||||
'pytest-xdist==3.6.1',
|
||||
'parameterized==0.9.0',
|
||||
"sbvirtualdisplay==1.3.0",
|
||||
"behave==1.2.6",
|
||||
'soupsieve==2.4.1;python_version<"3.8"',
|
||||
'soupsieve==2.6;python_version>="3.8"',
|
||||
'soupsieve==2.6',
|
||||
"beautifulsoup4==4.12.3",
|
||||
'pygments==2.17.2;python_version<"3.8"',
|
||||
'pygments==2.18.0;python_version>="3.8"',
|
||||
'pyreadline3==3.4.1;platform_system=="Windows"',
|
||||
"tabcompleter==1.3.3",
|
||||
"pdbp==1.5.4",
|
||||
'colorama==0.4.6',
|
||||
'pyotp==2.9.0',
|
||||
'python-xlib==0.33;platform_system=="Linux"',
|
||||
'markdown-it-py==2.2.0;python_version<"3.8"',
|
||||
'markdown-it-py==3.0.0;python_version>="3.8"',
|
||||
'markdown-it-py==3.0.0',
|
||||
'mdurl==0.1.2',
|
||||
'rich==13.8.1',
|
||||
],
|
||||
|
@ -236,10 +218,8 @@ setup(
|
|||
# pip install -e .[coverage]
|
||||
# Usage: coverage run -m pytest; coverage html; coverage report
|
||||
"coverage": [
|
||||
'coverage==7.2.7;python_version<"3.8"',
|
||||
'coverage>=7.6.1;python_version>="3.8"',
|
||||
'pytest-cov==4.1.0;python_version<"3.8"',
|
||||
'pytest-cov>=5.0.0;python_version>="3.8"',
|
||||
'coverage>=7.6.1',
|
||||
'pytest-cov>=5.0.0',
|
||||
],
|
||||
# pip install -e .[flake8]
|
||||
# Usage: flake8
|
||||
|
@ -261,19 +241,16 @@ setup(
|
|||
# pip install -e .[pdfminer]
|
||||
# (An optional library for parsing PDF files.)
|
||||
"pdfminer": [
|
||||
'pdfminer.six==20221105;python_version<"3.8"',
|
||||
'pdfminer.six==20240706;python_version>="3.8"',
|
||||
'pdfminer.six==20240706',
|
||||
'cryptography==39.0.2;python_version<"3.9"',
|
||||
'cryptography==43.0.1;python_version>="3.9"',
|
||||
'cffi==1.15.1;python_version<"3.8"',
|
||||
'cffi==1.17.1;python_version>="3.8"',
|
||||
'cffi==1.17.1',
|
||||
"pycparser==2.22",
|
||||
],
|
||||
# pip install -e .[pillow]
|
||||
# (An optional library for image-processing.)
|
||||
"pillow": [
|
||||
'Pillow==9.5.0;python_version<"3.8"',
|
||||
'Pillow>=10.4.0;python_version>="3.8"',
|
||||
'Pillow>=10.4.0',
|
||||
],
|
||||
# pip install -e .[pip-system-certs]
|
||||
# (If you see [SSL: CERTIFICATE_VERIFY_FAILED], then get this.)
|
||||
|
@ -310,8 +287,7 @@ setup(
|
|||
'hpack==4.0.0',
|
||||
'hyperframe==6.0.1',
|
||||
'kaitaistruct==0.10',
|
||||
'pyasn1==0.5.1;python_version<"3.8"',
|
||||
'pyasn1==0.6.1;python_version>="3.8"',
|
||||
'pyasn1==0.6.1',
|
||||
'zstandard==0.23.0',
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue