Skip to content

Commit c48a438

Browse files
committed
Remove pyyaml dep - 0.1.5
1 parent dee92f0 commit c48a438

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/API_README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This Python package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:
44

55
- API version: `5`
6-
- Package version: `0.1.4`
6+
- Package version: `0.1.5`
77
- Build package: `io.swagger.codegen.v3.generators.python.PythonClientCodegen`
88

99
## Requirements

reference/swagger_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"packageName": "cloudendure_api",
33
"projectName": "cloudendure_api",
4-
"packageVersion": "0.1.4",
4+
"packageVersion": "0.1.5",
55
"packageUrl": "https://github.com/2ndWatch/cloudendure-python"
66
}

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
2424
AUTHOR: str = "Mark Beacom, Tom Warnock"
2525
REQUIRES_PYTHON: str = ">=3.7.0"
26-
VERSION: str = "0.1.4"
26+
VERSION: str = "0.1.5"
2727

28-
REQUIRED: List[str] = ["requests", "boto3", "fire", "pyyaml"]
28+
REQUIRED: List[str] = ["requests", "boto3", "fire", ]
2929
EXTRAS: Dict[str, List[str]] = {
3030
"test": [
3131
"coverage",

0 commit comments

Comments
 (0)