mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
'datasette --get' option, closes #926
Also made a start on the datasette.utils.testing module, refs #898
This commit is contained in:
parent
83eda049af
commit
e139a7619f
9 changed files with 242 additions and 160 deletions
2
setup.py
2
setup.py
|
|
@ -44,6 +44,7 @@ setup(
|
|||
package_data={"datasette": ["templates/*.html"]},
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
"asgiref~=3.2.10",
|
||||
"click~=7.1.1",
|
||||
"click-default-group~=1.2.2",
|
||||
"Jinja2>=2.10.3,<2.12.0",
|
||||
|
|
@ -70,7 +71,6 @@ setup(
|
|||
"pytest>=5.2.2,<6.1.0",
|
||||
"pytest-asyncio>=0.10,<0.15",
|
||||
"beautifulsoup4>=4.8.1,<4.10.0",
|
||||
"asgiref~=3.2.3",
|
||||
"black~=19.10b0",
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue