Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
stolarczyk committed Jul 31, 2023
1 parent 3ef89ff commit 9798e82
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 61 deletions.
6 changes: 6 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format.

## [0.2.0] - 2023-07-31

### Changed

- internal improvements and refactoring

## [0.1.2] - 2022-11-23

### Fixed
Expand Down
85 changes: 26 additions & 59 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ authors = ["Michal Stolarczyk <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.7"
rich = "~12.2.0"
black = "~22.3.0"
matplotlib = "~3.5.1"
pytz = "~2022.1"
boto3 = "~1.21.46"
boto3 = "~1.26.62"
pydantic = "~1.10.2"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 9798e82

Please sign in to comment.