We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb156e3 commit 079e388Copy full SHA for 079e388
setup.py
@@ -80,12 +80,12 @@ def read(*names, **kwargs):
80
about-code=attributecode.cmd:cli
81
''',
82
install_requires=[
83
- 'jinja2 >= 2.7.3, < 2.8',
84
- 'click >= 3.2, < 4',
85
- 'unicodecsv >= 0.9.4, < 1.0',
+ 'jinja2 >= 2.9, < 3.0',
+ 'click >= 6.7, < 7.0',
+ 'backports.csv >= 1.0.5, < 2.0.0',
86
'pyyaml >= 3.11, < 3.13',
87
- 'boolean.py',
88
- 'license_expression',
+ 'boolean.py >= 3.5, < 4.0',
+ 'license_expression >= 0.94, < 1.0',
89
],
90
91
extras_require={
0 commit comments