mirror of
https://github.com/kennethreitz/pydantic.git
synced 2026-06-05 23:00:18 +00:00
3ee54ed2bb
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