mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Removed dependency on sanic-jinja2
I wasn't using any of the functionality it adds on top of raw Jinja2. Refs #12 and #153
This commit is contained in:
parent
8ab3a169d4
commit
ffa77f62b4
2 changed files with 19 additions and 17 deletions
1
setup.py
1
setup.py
|
|
@ -16,7 +16,6 @@ setup(
|
|||
'click-default-group==1.2',
|
||||
'Sanic==0.6.0',
|
||||
'Jinja2==2.10',
|
||||
'sanic-jinja2==0.5.5',
|
||||
'hupper==1.0',
|
||||
],
|
||||
entry_points='''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue