From 11003ec22a08ca0523cf7e2408699419b9fe89d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Boris=20Cl=C3=A9net?= Date: Thu, 26 Sep 2024 10:50:42 +0200 Subject: [PATCH] Entity ids --- bids_prov/afni/afni_parser.py | 2 +- dev-requirements.txt | 3 ++- requirements.txt | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/bids_prov/afni/afni_parser.py b/bids_prov/afni/afni_parser.py index 52ee53de3..7ed5cce2d 100644 --- a/bids_prov/afni/afni_parser.py +++ b/bids_prov/afni/afni_parser.py @@ -276,7 +276,7 @@ def gather_multiline(input_file: str) -> list: def readlines(input_file: str) -> list: """ - gather multiline command split by \ separator + Read lines form an input file and return the list of commands it contains Parameters ---------- diff --git a/dev-requirements.txt b/dev-requirements.txt index b812267c4..04123e1b7 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -11,4 +11,5 @@ black pre-commit rdflib boutiques -markdownify \ No newline at end of file +markdownify +rfc3986 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 9c026818f..53fece3f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ pyyaml rdflib boutiques beautifulsoup4 -deepdiff \ No newline at end of file +deepdiff +rfc3986 \ No newline at end of file