@@ -42,35 +42,23 @@ classifiers = [
42
42
" Development Status :: 5 - Production/Stable" ,
43
43
" Environment :: Console" ,
44
44
" Intended Audience :: Developers" ,
45
- " License :: OSI Approved :: MIT License" ,
46
45
" Natural Language :: English" ,
47
46
" Operating System :: OS Independent" ,
48
- " Programming Language :: Python" ,
49
- " Programming Language :: Python :: 3" ,
50
- " Programming Language :: Python :: 3.6" ,
51
- " Programming Language :: Python :: 3.7" ,
52
- " Programming Language :: Python :: 3.8" ,
53
- " Programming Language :: Python :: 3.9" ,
54
- " Programming Language :: Python :: 3.10" ,
55
- " Programming Language :: Python :: Implementation :: CPython" ,
56
47
]
57
48
58
49
[tool .poetry .dependencies ]
59
50
python = " ^3.6.2"
60
51
questionary = " ^1.4.0"
61
52
decli = " ^0.5.2"
62
53
colorama = " ^0.4.1"
63
- termcolor = [
64
- { "version" = " ^1.1" , python = " < 3.7" },
65
- { "version" = " >= 1.1, < 3" , python = " >= 3.7" },
66
- ]
54
+ termcolor = " >=1.1,<3"
67
55
packaging = " >=19"
68
56
tomlkit = " >=0.5.3,<1.0.0"
69
57
jinja2 = " >=2.10.3"
70
58
pyyaml = " >=3.08"
71
59
argcomplete = " >=1.12.1,<2.2"
72
- typing-extensions = " ^4.0.1"
73
- charset-normalizer = " >=2.1.0,<3.1 "
60
+ typing-extensions = { version = " ^4.0.1" , python = " <3.8 " }
61
+ charset-normalizer = " >=2.1.0,<4 "
74
62
75
63
[tool .poetry .dev-dependencies ]
76
64
ipython = " ^7.2"
0 commit comments