Skip to content

Commit d9fdaff

Browse files
committed
set minimal version for pyparsing
1 parent 03c8145 commit d9fdaff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ license = { file = "LICENSE" }
55
keywords = ['edtf']
66
dependencies = [
77
"python-dateutil",
8-
"pyparsing",
8+
"pyparsing>=3.0.0",
99
]
1010
description = "Python implementation of Library of Congress EDTF (Extended Date Time Format) specification"
1111
requires-python = ">=3.10"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
python-dateutil
2-
pyparsing
2+
pyparsing >= 3.0.0

0 commit comments

Comments
 (0)