github.com/phrase/openapi@v0.0.0-20240514140800-49e8a106740e/openapi-generator/templates/python/python-experimental/test-requirements.mustache (about)

     1  {{#useNose}}
     2  coverage>=4.0.3
     3  nose>=1.3.7
     4  pluggy>=0.3.1
     5  py>=1.4.31
     6  randomize>=0.13
     7  {{/useNose}}
     8  {{^useNose}}
     9  pytest~=4.6.7 # needed for python 2.7+3.4
    10  pytest-cov>=2.8.1
    11  pytest-randomly==1.2.3 # needed for python 2.7+3.4
    12  {{/useNose}}
    13  {{#hasHttpSignatureMethods}}
    14  pycryptodome>=3.9.0
    15  {{/hasHttpSignatureMethods}}
    16  mock; python_version<="2.7"