projects
/
datasette-pytables.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9967c16
)
Freeze sql-parser version
author
Javier Sancho
<jsf@jsancho.org>
Fri, 22 Jun 2018 10:58:10 +0000
(12:58 +0200)
committer
Javier Sancho
<jsf@jsancho.org>
Fri, 22 Jun 2018 10:58:10 +0000
(12:58 +0200)
setup.py
patch
|
blob
|
history
diff --git
a/setup.py
b/setup.py
index 032a946069d0e7daf1e2c7096ac9592e228b965f..037d96b6bbc298f6250446c7c31caa5eb1ba664e 100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-27,7
+27,11
@@
setup(
'pytables = datasette_pytables'
],
},
- install_requires=['datasette-core', 'tables', 'moz-sql-parser', 'mo-future'],
+ install_requires=[
+ 'datasette-core',
+ 'tables',
+ 'moz-sql-parser==1.3.18033',
+ 'mo-future==1.6.18072'
+ ],
tests_require=['pytest']
)
-