Skip to content

Commit 5aae4c5

Browse files
committed
adjust dependencies given that Python 3.9 is the minimum version
1 parent db50340 commit 5aae4c5

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

docs/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ sphinx-rtd-theme==3.0.2
33
sphinx-autoapi
44
sphinx-autodoc-typehints
55
sphinxcontrib-autoprogram
6-
importlib_resources;python_version<'3.9'

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ requires = [
55
"mypy==1.16.1", # also update mypy-requirements.txt
66
"types-requests",
77
"types-psutil",
8-
"importlib_resources>=1.4;python_version<'3.9'",
98
"ruamel.yaml>=0.16.0,<0.19",
109
"schema-salad>=8.9,<9",
1110
"cwl-utils>=0.32",

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ schema-salad>=8.9,<9
55
prov==1.5.1
66
mypy-extensions
77
psutil>=5.6.6
8-
importlib_resources>=1.4;python_version<'3.9'
98
coloredlogs
109
pydot>=1.4.1
1110
argcomplete>=1.12.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest>= 6.2,< 8.5
33
pytest-xdist>=3.2.0 # for the worksteal scheduler
44
psutil # enhances pytest-xdist to allow "-n logical"
55
pytest-httpserver
6-
pytest-retry;python_version>='3.9'
6+
pytest-retry
77
mock>=2.0.0
88
pytest-mock>=1.10.0
99
pytest-cov

0 commit comments

Comments
 (0)