mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
58652dd925
commit
fae3983c51
7 changed files with 12 additions and 13 deletions
3
setup.py
3
setup.py
|
|
@ -40,7 +40,7 @@ setup(
|
|||
packages=find_packages(exclude=("tests",)),
|
||||
package_data={"datasette": ["templates/*.html"]},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.6",
|
||||
python_requires=">=3.7",
|
||||
install_requires=[
|
||||
"asgiref>=3.2.10,<3.5.0",
|
||||
"click>=7.1.1,<8.1.0",
|
||||
|
|
@ -91,6 +91,5 @@ setup(
|
|||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.6",
|
||||
],
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue