LibCST/requirements.txt
Benjamin Woodruff 8fba418f2c Add runtime type validation support
This ports `CSTNode.validate_types_shallow` and
`CSTNode.validate_types_deep`, as well as `libcst._type_enforce` to the
open-source release.

These are useful if someone wants to use LibCST without a static type
checker.

These weren't originally included because `libcst._type_enforce` wasn't
3.7 compatible.
2019-07-22 19:53:49 -07:00

4 lines
103 B
Text

dataclasses==0.6.0; python_version < '3.7'
parso==0.4.0
typing_extensions==3.7.2
typing_inspect==0.4.0