Add support for Literal annotation (#582)

fix #561

* Add support for Literal annotation

* Updated requirements.txt

* incorporating feedback

* skip typing_extensions tests if not installed

* missed a spot

* address feedback

* Make work with python 3.6

* Work for *both* 3.6 and 3.7

* incorporate feedback

* fixed naming and quotes

* Trying to fix LGTM bot issue
This commit is contained in:
dmontagu
2019-06-25 02:33:21 -07:00
committed by Samuel Colvin
parent 7000a27d56
commit 3ee54ed2bb
9 changed files with 109 additions and 14 deletions
+1
View File
@@ -101,6 +101,7 @@ setup(
extras_require={
'ujson': ['ujson>=1.35'],
'email': ['email-validator>=1.0.3'],
'typing_extensions': ['typing-extensions>=3.7.2']
},
ext_modules=ext_modules,
)