Skip to content

Commit

Permalink
html5lib test dependency, plus updated README
Browse files Browse the repository at this point in the history
Refs #1, #7
  • Loading branch information
simonw committed Sep 7, 2023
1 parent 2aaf0ae commit 560486e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Datasette plugin for modifying table schemas
* Re-order the columns in a table
* Rename a table
* Delete a table
* Change the primary key of a table to another column containing unique values
* Update the foreign key constraints on a table

## Installation

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_long_description():
"datasette>=0.63",
"sqlite-utils>=3.35",
],
extras_require={"test": ["pytest", "pytest-asyncio", "beautifulsoup4"]},
extras_require={"test": ["pytest", "pytest-asyncio", "beautifulsoup4", "html5lib"]},
package_data={"datasette_edit_schema": ["templates/*.html", "static/*.js"]},
python_requires=">=3.7",
)

0 comments on commit 560486e

Please sign in to comment.