Browse Source

Add typing-extensions to docs requires

pull/7492/head
Devon R 3 years ago
committed by GitHub
parent
commit
b3dae26a3d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      setup.py

1
setup.py

@ -39,6 +39,7 @@ extras_require = {
'sphinx==4.4.0',
'sphinxcontrib_trio==1.1.2',
'sphinxcontrib-websupport',
'typing-extensions',
],
'speed': [
'orjson>=3.5.4',

Loading…
Cancel
Save