]> git.proxmox.com Git - ceph.git/blob - ceph/src/python-common/requirements.txt
import quincy beta 17.1.0
[ceph.git] / ceph / src / python-common / requirements.txt
1 pytest >=2.1.3,<5; python_version < '3.5'
2 mock; python_version < '3.3'
3 mypy; python_version >= '3'
4 pytest-mypy; python_version >= '3'
5 pytest >= 2.1.3; python_version >= '3'
6 pyyaml
7 typing-extensions; python_version < '3.8'
8 types-PyYAML