Codebase list python-typing-inspect / 2b77acc5-691f-48b2-a3f9-94d519694168/main test-requirements.txt
2b77acc5-691f-48b2-a3f9-94d519694168/main

Tree @2b77acc5-691f-48b2-a3f9-94d519694168/main (Download .tar.gz)

test-requirements.txt @2b77acc5-691f-48b2-a3f9-94d519694168/mainraw · history · blame

1
2
3
4
5
6
flake8; python_version >= '3.6'
flake8-bugbear; python_version >= '3.6'
pytest>=2.8; python_version >= '3.3'
typing >= 3.7.4; python_version < '3.5'
mypy_extensions >= 0.3.0
typing_extensions >= 3.7.4