projects
/
datasette-pytables.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Support for 'distinct' and 'null' queries
[datasette-pytables.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index 4840847735e225c189ad798b0813eaa6d7a4b040..466ce4cc5e2fac0b0bfb805d895fc636bcc54473 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-26,6
+26,6
@@
setup(
'pytables = datasette_pytables'
],
},
- install_requires=['datasette']
+ install_requires=['datasette'
, 'tables', 'moz-sql-parser', 'mo-future'
]
)