Codebase list python-typing-inspect / 0f4e4653-683d-42d6-b841-69d027147d6d/main test-requirements.txt
0f4e4653-683d-42d6-b841-69d027147d6d/main

Tree @0f4e4653-683d-42d6-b841-69d027147d6d/main (Download .tar.gz)

test-requirements.txt @0f4e4653-683d-42d6-b841-69d027147d6d/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