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 fa81483 commit 8e9407cCopy full SHA for 8e9407c
setup.cfg
@@ -25,12 +25,12 @@ install_requires =
25
griffe==0.25
26
plum-dispatch<2.0.0;python_version<'3.10'
27
plum-dispatch;python_version>='3.10'
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
+ sphobjinv>=2.3.1
+ tabulate>=0.9.0
+ importlib-metadata>=5.1.0
+ importlib-resources>=5.10.2
+ pydantic>=1.9.2
+ typing-extensions>=4.4.0
34
35
36
[options.extras_require]
0 commit comments