Skip to content

Commit

Permalink
Add colorama requirement to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
ddutt committed Oct 4, 2021
1 parent 0587b93 commit a8a5e65
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ certifi==2020.12.5; python_version >= "3.6" and python_full_version < "3.0.0" or
cffi==1.14.5; implementation_name == "pypy" and python_version >= "3.6"
chardet==3.0.4; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
click==7.1.2; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.5.0" and python_version >= "3.6"
colorama==0.4.4; python_version >= "3.6" and python_full_version < "3.0.0" and sys_platform == "win32" or sys_platform == "win32" and python_version >= "3.6" and python_full_version >= "3.5.0"
colorama==0.4.4; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.5.0")
configargparse==0.15.2; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
cryptography==3.4.7; python_full_version >= "2.7.6" and python_full_version < "3.0.0" and python_version >= "3.6" or python_full_version >= "3.4.0" and python_version >= "3.6"
cycler==0.10.0; python_version >= "3.7"
Expand Down
2 changes: 1 addition & 1 deletion poetry.lock

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

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ dateparser = "^1.0.0"
fido2 = "^0.9.1"
bcrypt = "^3.2.0"
natsort = "^7.1.1"
colorama = "^0.4.4"

[tool.poetry.dev-dependencies]
pylint = "*"
Expand Down

0 comments on commit a8a5e65

Please sign in to comment.