Skip to content

Commit f88d752

Browse files
committed
*requirements.txt; remove spaces to enable re-use in other contexts
Like `pip install $(grep -v mypy mypy-requirements.txt)`
1 parent 15a4f64 commit f88d752

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

lint-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
flake8-bugbear < 23.7
2-
black ~= 23.3
1+
flake8-bugbear<23.7
2+
black~=23.3
33
codespell

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mypy==1.3.0 # also update pyproject.toml
22
ruamel.yaml>=0.16.0,<0.18
33
schema-salad>=8.4,<9
4-
cwl-utils >=0.22
4+
cwl-utils>=0.22
55
types-requests
66
types-setuptools
77
types-psutil

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ requests>=2.6.1
22
ruamel.yaml>=0.15.0,<0.18
33
ruamel.yaml>=0.16;python_version>='3.10'
44
rdflib>=4.2.2,<6.4
5-
rdflib< 6.0.0;python_version<='3.6'
5+
rdflib<6.0.0;python_version<='3.6'
66
shellescape>=3.4.1,<3.9
77
schema-salad>=8.4,<9
88
prov==1.5.1
@@ -14,6 +14,6 @@ importlib_metadata;python_version<'3.8' # equivalent to Python 3.9
1414
coloredlogs
1515
pydot>=1.4.1
1616
argcomplete>=1.12.0
17-
pyparsing != 3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
18-
pyparsing < 3;python_version<='3.6' # breaks --print-dot
17+
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
18+
pyparsing<3;python_version<='3.6' # breaks --print-dot
1919
cwl-utils>=0.22

test-requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
bagit >= 1.6.4, <1.9
2-
pytest >= 6.2, < 7.5
1+
bagit>=1.6.4,<1.9
2+
pytest>=6.2,< 7.5
33
pytest-xdist
44
pytest-httpserver
5-
mock >= 2.0.0
6-
pytest-mock >= 1.10.0
5+
mock>=2.0.0
6+
pytest-mock>=1.10.0
77
pytest-cov
8-
arcp >= 0.2.0
9-
rdflib-jsonld>=0.4.0, <= 0.6.1;python_version<='3.6'
8+
arcp>=0.2.0
9+
rdflib-jsonld>=0.4.0,<= 0.6.1;python_version<='3.6'
1010
-rrequirements.txt
11-
galaxy-tool-util >= 22.1.2, < 23
12-
galaxy-util < 23
11+
galaxy-tool-util>=22.1.2,<23
12+
galaxy-util<23

0 commit comments

Comments
 (0)