Skip to content

Commit

Permalink
Allow for arrow >= 1.0.2 on Python 3.6+
Browse files Browse the repository at this point in the history
Closes #201
  • Loading branch information
sigmavirus24 committed Nov 28, 2021
1 parent 5aed7b6 commit 2015c54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
* Relax constraint on arrow to allow for versions >= 1.0.2

## [1.13.0] - 2021-10-24

### Added
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
arrow>=0.8.0,<1.0.0
arrow>=0.8.0,<1.0.0; python_version <= '3.5'
arrow>=1.0.2,<2.0.0; python_version >= '3.6'
importlib-metadata>=2.1.1,<3.0.0; python_version <= '3.5'
importlib-metadata>=3.3.0; python_version > '3.5' and python_version < '3.8'
logfury>=1.0.1,<2.0.0
Expand Down

0 comments on commit 2015c54

Please sign in to comment.