File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,8 @@ autopep8 = "~=1.4"
16
16
[packages ]
17
17
pipfile = " ~=0.0"
18
18
black = {markers = " python_version>='3.6'" ,version = " ==19.10b0" }
19
- colorama = " ~=0.4"
19
+ # colorama dropped support for python 3.4 in 0.4.3
20
+ colorama = " <=0.4.1"
20
21
packaging = " ~=19.1"
21
22
requirementslib = " ~=1.5"
22
23
vistir = " ~=0.4"
Original file line number Diff line number Diff line change 87
87
# 3 - Alpha
88
88
# 4 - Beta
89
89
# 5 - Production/Stable
90
- "Development Status :: 4 - Beta " ,
90
+ "Development Status :: 5 - Production/Stable " ,
91
91
# Indicate who your project is intended for
92
92
"Intended Audience :: Developers" ,
93
93
"Topic :: Software Development :: Build Tools" ,
149
149
install_requires = [
150
150
"pipfile~=0.0" ,
151
151
"black==19.10b0; python_version >= '3.6'" ,
152
- "colorama~ =0.4" ,
152
+ "colorama< =0.4.1 " ,
153
153
"packaging~=19.1" ,
154
154
"requirementslib~=1.5" ,
155
155
"vistir~=0.4" ,
You can’t perform that action at this time.
0 commit comments