File: requirements_test.txt

package info (click to toggle)
python-binary-memcached 0.31.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 316 kB
  • sloc: python: 1,763; makefile: 17
file content (9 lines) | stat: -rw-r--r-- 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
flake8~=4.0; python_version > '2.7'
flake8~=3.9; python_version < '3.0'
mock~=4.0; python_version > '2.7'
mock~=3.0; python_version < '3.0'
pytest-cov~=3.0; python_version > '2.7'
pytest-cov~=2.0; python_version < '3.0'
pytest~=6.2; python_version > '2.7'
pytest~=4.0; python_version < '3.0'
trustme~=0.9.0