mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-13 21:20:56 +00:00
* [Python] Fixed docstrings Fixes https://github.com/swagger-api/swagger-codegen/issues/9630 * Updated generated files * Fixed python-experimental * Updated generated files * Fully fixed the format of the docstrings * Updated generated files * Updated generated files in openapi3
5 lines
132 B
Plaintext
5 lines
132 B
Plaintext
pytest~=4.6.7 # needed for python 2.7+3.4
|
|
pytest-cov>=2.8.1
|
|
pytest-randomly==1.2.3 # needed for python 2.7+3.4
|
|
Flask-Testing==0.8.0
|