Skip to content

Commit

Permalink
Downgrade "colorama" required version for compatibility with "awscli"
Browse files Browse the repository at this point in the history
  • Loading branch information
Delgan committed Dec 14, 2018
1 parent c086bcd commit e76261f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Unreleased
==========

- Downgrade required ``colorama`` version for compatibility with ``awscli`` (`#12 <https://github.com/Delgan/loguru/issues/12>`_)


0.2.2 (2018-12-12)
==================

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
install_requires=[
"ansimarkup>=1.4.0",
"better_exceptions_fork>=0.2.1.post6",
"colorama>=0.4.1",
"colorama>=0.3.4",
],
extras_require={
"dev": [
Expand Down

0 comments on commit e76261f

Please sign in to comment.