Skip to content

Commit

Permalink
try to fix colorama deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YevheniiSemendiak committed Jul 23, 2021
1 parent 7f4ab00 commit 2e32331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
awscli==1.20.5
click==8.0.1
colorama<0.4.4,>=0.2.5 # from awscli
colorama<=0.4.3 # from awscli
dataclasses==0.7; python_version<"3.7"
neuro-cli==21.7.9
pyyaml==5.4.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"toml>=0.10.0",
"pyyaml>=3.0",
"awscli>=1.19.0",
"colorama<0.4.4,>=0.2.5", # from awscli
"colorama<=0.4.3", # from awscli
],
entry_points={
"console_scripts": ["neuro-extras=neuro_extras:main"],
Expand Down

0 comments on commit 2e32331

Please sign in to comment.