Skip to content

Commit 079e388

Browse files
committed
Use proper deps versions #280
Signed-off-by: Philippe Ombredanne <[email protected]>
1 parent eb156e3 commit 079e388

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,12 @@ def read(*names, **kwargs):
8080
about-code=attributecode.cmd:cli
8181
''',
8282
install_requires=[
83-
'jinja2 >= 2.7.3, < 2.8',
84-
'click >= 3.2, < 4',
85-
'unicodecsv >= 0.9.4, < 1.0',
83+
'jinja2 >= 2.9, < 3.0',
84+
'click >= 6.7, < 7.0',
85+
'backports.csv >= 1.0.5, < 2.0.0',
8686
'pyyaml >= 3.11, < 3.13',
87-
'boolean.py',
88-
'license_expression',
87+
'boolean.py >= 3.5, < 4.0',
88+
'license_expression >= 0.94, < 1.0',
8989
],
9090

9191
extras_require={

0 commit comments

Comments
 (0)