File: requirements.txt

package info (click to toggle)
python-srt 3.5.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: python: 1,599; makefile: 13
file content (7 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
pytest==4.*; python_version < '3.0'
pytest==6.*; python_version >= '3.0'
pytest-xdist==1.*; python_version < '3.0'
pytest-xdist==2.*; python_version >= '3.0'
pytest-cov==2.*
hypothesis==4.*; python_version < '3.6'
hypothesis==6.*; python_version >= '3.6'