Skip to content

Commit a6f3b4e

Browse files
committed
Relaxed required dependency verions
1 parent 937e570 commit a6f3b4e

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

etc/conf/base.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Base
2-
certifi==14.05.14
3-
setuptools==7.0
4-
wheel==0.24.0
5-
pip==1.5.6
2+
certifi
3+
setuptools
4+
wheel
5+
pip
66

77
# used for templating
8-
jinja2==2.7.3
9-
MarkupSafe==0.23
8+
MarkupSafe
9+
jinja2 >= 2.7.3, < 3.0.0
1010

1111
-e .

etc/conf/win.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
wincertstore==0.2
1+
wincertstore

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,5 @@
5151
'Topic :: System :: Software Distribution',
5252
'Topic :: Utilities',
5353
],
54+
install_requires=['jinja2 >= 2.7.3, < 3.0.0',]
5455
)

0 commit comments

Comments
 (0)