mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Add minimum supported python (#1044)
This commit is contained in:
parent
d0cc6f4c32
commit
cab8e65261
1 changed files with 1 additions and 0 deletions
1
setup.py
1
setup.py
|
|
@ -43,6 +43,7 @@ setup(
|
|||
packages=find_packages(exclude=("tests",)),
|
||||
package_data={"datasette": ["templates/*.html"]},
|
||||
include_package_data=True,
|
||||
python_requires=">=3.6",
|
||||
install_requires=[
|
||||
"asgiref>=3.2.10,<3.4.0",
|
||||
"click~=7.1.1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue