Skip to content

Commit fc2f549

Browse files
committed
remove packaging requirement
1 parent dd62ad9 commit fc2f549

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,4 @@ coloredlogs
1111
pydot>=1.4.1
1212
argcomplete>=1.12.0
1313
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
14-
packaging<22
1514
cwl-utils>=0.22

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@
124124
"pydot >= 1.4.1",
125125
"argcomplete",
126126
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
127-
"packaging<22",
128127
"cwl-utils >= 0.22",
129128
],
130129
extras_require={

0 commit comments

Comments
 (0)