mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Initial units support
Add support for specifying units for a column in metadata.json and rendering them on display using [pint](https://pint.readthedocs.io/en/latest/). ref #203
This commit is contained in:
parent
fb988ace7c
commit
ec6abc81e4
2 changed files with 20 additions and 4 deletions
1
setup.py
1
setup.py
|
|
@ -28,6 +28,7 @@ setup(
|
|||
'Sanic==0.7.0',
|
||||
'Jinja2==2.10',
|
||||
'hupper==1.0',
|
||||
'pint==0.8.1'
|
||||
],
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue