Skip to content

Commit

Permalink
Added requirement to Poetry toml.
Browse files Browse the repository at this point in the history
  • Loading branch information
NotChristianGarcia committed Sep 7, 2022
1 parent 990c88d commit bc777c9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.



## 1.2.10 - 2022-09-07
### Added
- No change.

### Changed
- Requirement for openapi-spec-validator added to toml.

### Removed
- No change.


## 1.2.9 - 2022-09-07
### Added
- Added new specs for systems and apps.
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tapipy"
version = "1.2.9"
version = "1.2.10"
description = "Python lib for interacting with an instance of the Tapis API Framework"
license = "BSD-4-Clause"
authors = ["Joe Stubbs <[email protected]>"]
Expand All @@ -20,6 +20,7 @@ setuptools = ">= 21.0.0"
urllib3 = "^1.26.5"
PyJWT = ">= 1.7.1"
openapi_core = "^0.12"
openapi_spec_validator = "^0.4.0"
requests = "^2.20.0"
atomicwrites = "^1.4.0"
cryptography = ">= 3.3.2"
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
poetry==1.1.14
pytest
openapi_core
openapi_spec_validator

0 comments on commit bc777c9

Please sign in to comment.