Skip to content

Commit 7082f25

Browse files
authored
Merge pull request #162 from machow/pin-deps
pin versions & get rid of panflute
2 parents 1c8bd3c + 8e9407c commit 7082f25

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

setup.cfg

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,12 @@ install_requires =
2525
griffe==0.25
2626
plum-dispatch<2.0.0;python_version<'3.10'
2727
plum-dispatch;python_version>='3.10'
28-
sphobjinv
29-
tabulate
30-
importlib-metadata
31-
importlib-resources
32-
panflute
33-
pydantic
34-
typing-extensions
28+
sphobjinv>=2.3.1
29+
tabulate>=0.9.0
30+
importlib-metadata>=5.1.0
31+
importlib-resources>=5.10.2
32+
pydantic>=1.9.2
33+
typing-extensions>=4.4.0
3534

3635

3736
[options.extras_require]

0 commit comments

Comments
 (0)