We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd62ad9 commit fc2f549Copy full SHA for fc2f549
requirements.txt
@@ -11,5 +11,4 @@ coloredlogs
11
pydot>=1.4.1
12
argcomplete>=1.12.0
13
pyparsing!=3.0.2 # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
14
-packaging<22
15
cwl-utils>=0.22
setup.py
@@ -124,7 +124,6 @@
124
"pydot >= 1.4.1",
125
"argcomplete",
126
"pyparsing != 3.0.2", # breaks --print-dot (pydot) https://github.com/pyparsing/pyparsing/issues/319
127
- "packaging<22",
128
"cwl-utils >= 0.22",
129
],
130
extras_require={
0 commit comments