'datasette --get' option, closes #926

Also made a start on the datasette.utils.testing module, refs #898
This commit is contained in:
Simon Willison 2020-08-11 17:24:40 -07:00 committed by GitHub
commit e139a7619f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 242 additions and 160 deletions

View file

@ -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",
],
},