Skip to content

Commit

Permalink
Bump min typing-extensions version for Annotated and install for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHayes committed Dec 26, 2020
1 parent 2f04343 commit 255621e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Expand Up @@ -6,5 +6,6 @@ mkdocs-exclude==1.0.2
mkdocs-material==6.1.7
markdown-include==0.6.0
sqlalchemy
typing-extensions==3.7.4
orjson
ujson
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,5 +4,5 @@ Cython==0.29.21;sys_platform!='win32'
devtools==0.6.1
email-validator==1.1.2
dataclasses==0.6; python_version < '3.7'
typing-extensions==3.7.4.1; python_version < '3.8'
typing-extensions==3.7.4.1; python_version < '3.9'
python-dotenv==0.15.0
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -130,7 +130,7 @@ def extra(self):
],
extras_require={
'email': ['email-validator>=1.0.3'],
'typing_extensions': ['typing-extensions>=3.7.2'],
'typing_extensions': ['typing-extensions>=3.7.4'],
'dotenv': ['python-dotenv>=0.10.4'],
},
ext_modules=ext_modules,
Expand Down

0 comments on commit 255621e

Please sign in to comment.