File: test-requirements.txt

package info (click to toggle)
python-typing-inspect 0.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: python: 3,179; sh: 8; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 481 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
flake8; python_version >= '3.6'
flake8-bugbear; python_version >= '3.6'
importlib-metadata<3.0; python_version < '3.6'
packaging<21.0; python_version < '3.6'
pytest~=4.6; python_version < '3.6'
pytest>=4.6; python_version >= '3.6' 
pathlib2 < 2.3.7; python_version == '3.5.0' or python_version == '3.5.1'
typing >= 3.7.4; python_version < '3.5'
mypy_extensions >= 0.3.0
typing_extensions >= 3.7.4; python_version >= '3.6'
typing_extensions >= 3.7.4, < 3.10; python_version < '3.6'