Skip to content

Commit fe21122

Browse files
committed
Support newer yelp-cheetah versions
1 parent e24b279 commit fe21122

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@
1111
/venv*
1212
coverage-html
1313
dist
14+
node_modules/

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
],
2323
extras_require={
2424
'javascript': ['simplejson'],
25-
'cheetah': ['yelp_cheetah>=0.10.0,<=0.10.999'],
25+
'cheetah': ['yelp_cheetah>=0.10.0,<=0.12.999'],
2626
},
2727

2828
entry_points={

0 commit comments

Comments
 (0)