Skip to content

Commit bf1c94e

Browse files
committed
move roc-validator to dev dependencies
1 parent 018ffc6 commit bf1c94e

File tree

3 files changed

+19
-20
lines changed

3 files changed

+19
-20
lines changed

lib/galaxy/dependencies/dev-requirements.txt

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@ boto3==1.37.1
1717
botocore==1.37.1
1818
build==1.2.2.post1
1919
cachecontrol==0.14.2
20+
cattrs==24.1.3
2021
certifi==2025.1.31
2122
cffi==1.17.1
2223
charset-normalizer==3.4.1
2324
click==8.1.8
2425
codespell==2.4.1
2526
colorama==0.4.6 ; os_name == 'nt' or sys_platform == 'win32'
27+
colorlog==6.9.0
2628
contourpy==1.3.0 ; python_full_version < '3.10'
2729
contourpy==1.3.1 ; python_full_version >= '3.10'
2830
coverage==7.8.0
@@ -36,6 +38,7 @@ defusedxml==0.7.1
3638
deprecated==1.2.18
3739
docutils==0.21.2
3840
dogpile-cache==1.3.4
41+
enum-tools==0.12.0 ; python_full_version >= '3.10'
3942
exceptiongroup==1.2.2 ; python_full_version < '3.11'
4043
filelock==3.18.0
4144
fluent-logger==0.11.1
@@ -45,14 +48,16 @@ galaxy-release-util==0.2.0
4548
graylint==1.1.1
4649
greenlet==3.1.1
4750
h11==0.14.0
51+
html5lib==1.1
4852
httpcore==1.0.7
4953
httpx==0.28.1
5054
id==1.5.0
5155
idna==3.10
5256
imagesize==1.4.1
53-
importlib-metadata==8.6.1 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
57+
importlib-metadata==8.6.1 ; python_full_version < '3.12'
5458
importlib-resources==6.5.2 ; python_full_version < '3.10'
5559
iniconfig==2.1.0
60+
inquirerpy==0.3.4
5661
isodate==0.7.2 ; python_full_version < '3.11'
5762
isort==6.0.1
5863
jaraco-classes==3.4.0 ; platform_machine != 'ppc64le' and platform_machine != 's390x'
@@ -88,16 +93,19 @@ numpy==2.0.2 ; python_full_version < '3.10'
8893
numpy==2.2.4 ; python_full_version >= '3.10'
8994
onedatafilerestclient==21.2.5.2
9095
outcome==1.3.0.post0
96+
owlrl==6.0.2
9197
packaging==24.2
9298
pathspec==0.12.1
9399
pbr==6.1.1
100+
pfzy==0.3.4
94101
pillow==11.1.0
95102
pkce==1.0.3
96103
platformdirs==4.3.7
97104
playwright==1.51.0
98105
pluggy==1.5.0
99106
port-for==0.7.4
100107
prettytable==3.16.0
108+
prompt-toolkit==3.0.50
101109
propcache==0.3.1
102110
psutil==7.0.0 ; sys_platform != 'cygwin'
103111
psycopg==3.2.6
@@ -109,6 +117,7 @@ pyjwt==2.10.1
109117
pynacl==1.5.0
110118
pyparsing==3.2.3
111119
pyproject-hooks==1.2.0
120+
pyshacl==0.26.0
112121
pysocks==1.7.1
113122
pytest==7.4.4
114123
pytest-asyncio==0.23.8
@@ -131,10 +140,15 @@ rdflib==7.1.4
131140
readme-renderer==44.0
132141
referencing==0.36.2
133142
requests==2.32.3
143+
requests-cache==1.2.1
134144
requests-toolbelt==1.0.0
135145
responses==0.25.7
136146
rfc3986==2.0.0
137147
rich==13.9.4
148+
rich-click==1.8.8
149+
roc-validator==0.4.2 ; python_full_version < '3.9.20'
150+
roc-validator==0.4.6 ; python_full_version >= '3.9.20' and python_full_version < '3.10'
151+
roc-validator==0.6.3 ; python_full_version >= '3.10'
138152
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
139153
rpds-py==0.24.0
140154
ruamel-yaml==0.18.10
@@ -179,13 +193,15 @@ twine==6.1.0
179193
typing-extensions==4.12.2 ; python_full_version < '3.10'
180194
typing-extensions==4.13.0 ; python_full_version >= '3.10'
181195
tzdata==2025.2 ; sys_platform == 'win32'
196+
url-normalize==2.2.0
182197
urllib3==1.26.20 ; python_full_version < '3.10'
183198
urllib3==2.3.0 ; python_full_version >= '3.10'
184199
watchdog==6.0.0
185200
wcwidth==0.2.13
201+
webencodings==0.5.1
186202
websocket-client==1.8.0
187203
werkzeug==3.1.3
188204
wrapt==1.17.2
189205
wsproto==1.2.0
190206
yarl==1.18.3
191-
zipp==3.21.0 ; (python_full_version < '3.10.2' and platform_machine == 'ppc64le') or (python_full_version < '3.10.2' and platform_machine == 's390x') or (python_full_version < '3.12' and platform_machine != 'ppc64le' and platform_machine != 's390x')
207+
zipp==3.21.0 ; python_full_version < '3.12'

lib/galaxy/dependencies/pinned-requirements.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ boto==2.49.0
3333
botocore==1.37.1
3434
bx-python==0.13.0
3535
cachecontrol==0.14.2
36-
cattrs==24.1.3
3736
celery==5.5.0
3837
certifi==2025.1.31
3938
cffi==1.17.1
@@ -47,7 +46,6 @@ cloudauthz==0.6.0
4746
cloudbridge==3.2.0
4847
colorama==0.4.6 ; sys_platform == 'win32'
4948
coloredlogs==15.0.1
50-
colorlog==6.9.0
5149
conda-package-streaming==0.11.0
5250
cryptography==44.0.2
5351
ct3==3.4.0
@@ -64,7 +62,6 @@ docutils==0.21.2
6462
dparse==0.6.4
6563
edam-ontology==1.25.2
6664
email-validator==2.2.0
67-
enum-tools==0.12.0 ; python_full_version >= '3.10'
6865
exceptiongroup==1.2.2 ; python_full_version < '3.11'
6966
fastapi-slim==0.115.12
7067
filelock==3.18.0
@@ -80,12 +77,10 @@ gxformat2==0.20.0
8077
h11==0.14.0
8178
h5grove==2.3.0
8279
h5py==3.13.0
83-
html5lib==1.1
8480
humanfriendly==10.0
8581
idna==3.10
8682
importlib-metadata==8.6.1
8783
importlib-resources==6.5.2 ; python_full_version < '3.12'
88-
inquirerpy==0.3.4
8984
isa-rwval @ git+https://github.com/nsoranzo/isa-rwval.git@3d989181058d2765a93cb0e7ca85d6955e0eb6ef
9085
isal==1.7.2
9186
isodate==0.7.2 ; python_full_version < '3.11'
@@ -119,18 +114,14 @@ numpy==2.0.2 ; python_full_version < '3.10'
119114
numpy==2.2.4 ; python_full_version >= '3.10'
120115
oauthlib==3.2.2
121116
orjson==3.10.16
122-
owlrl==6.0.2
123117
oyaml==1.0
124118
packaging==24.2
125119
paramiko==3.5.1
126120
parsley==1.3
127121
paste==3.10.1
128122
pastedeploy==3.1.0
129123
pebble==5.1.1
130-
pfzy==0.3.4
131124
pillow==11.1.0
132-
platformdirs==4.3.7
133-
prettytable==3.16.0
134125
prompt-toolkit==3.0.50
135126
propcache==0.3.1
136127
prov==1.5.1
@@ -153,7 +144,6 @@ pyparsing==3.2.3
153144
pypng==0.20220715.0
154145
pyreadline3==3.5.4 ; sys_platform == 'win32'
155146
pysam==0.23.0
156-
pyshacl==0.26.0
157147
python-dateutil==2.9.0.post0
158148
python-magic==0.4.27
159149
python-multipart==0.0.20
@@ -168,16 +158,11 @@ refgenconf==0.12.2
168158
regex==2024.11.6
169159
repoze-lru==0.7
170160
requests==2.32.3
171-
requests-cache==1.2.1
172161
requests-oauthlib==2.0.0
173162
requests-toolbelt==1.0.0
174163
requests-unixsocket==0.4.1
175164
rich==13.9.4
176165
rich-argparse==1.7.0
177-
rich-click==1.8.8
178-
roc-validator==0.4.2 ; python_full_version < '3.9.20'
179-
roc-validator==0.4.6 ; python_full_version >= '3.9.20' and python_full_version < '3.10'
180-
roc-validator==0.6.3 ; python_full_version >= '3.10'
181166
rocrate==0.13.0
182167
routes==2.5.1
183168
rpds-py==0.24.0
@@ -205,7 +190,6 @@ text-unidecode==1.3
205190
tifffile==2024.8.30 ; python_full_version < '3.10'
206191
tifffile==2025.3.30 ; python_full_version >= '3.10'
207192
tinydb==4.8.2
208-
toml==0.10.2
209193
tomli==2.2.1 ; python_full_version < '3.11'
210194
tornado==6.4.2
211195
tqdm==4.67.1
@@ -217,7 +201,6 @@ typing-inspection==0.4.0
217201
tzdata==2025.2
218202
tzlocal==5.3.1
219203
ubiquerg==0.8.1
220-
url-normalize==2.2.0
221204
urllib3==1.26.20 ; python_full_version < '3.10'
222205
urllib3==2.3.0 ; python_full_version >= '3.10'
223206
uvicorn==0.34.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ dependencies = [
8585
"refgenconf>=0.12.0",
8686
"regex",
8787
"requests",
88-
"roc-validator",
8988
"rocrate",
9089
"Routes",
9190
"s3fs>=2023.1.0",
@@ -146,6 +145,7 @@ dev = [
146145
"pytest-postgresql!=3.0.0", # https://github.com/ClearcodeHQ/pytest-postgresql/issues/426
147146
"pytest-shard",
148147
"responses",
148+
"roc-validator",
149149
"rucio-clients>=33.6.0",
150150
"selenium",
151151
"seletools",

0 commit comments

Comments
 (0)