mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Pin all versions to work with Python 3.6, refs #1609
This commit is contained in:
parent
cb29119db9
commit
41060e7e7c
1 changed files with 22 additions and 22 deletions
44
setup.py
44
setup.py
|
|
@ -42,21 +42,21 @@ setup(
|
|||
include_package_data=True,
|
||||
python_requires=">=3.6",
|
||||
install_requires=[
|
||||
"asgiref>=3.2.10,<3.5.0",
|
||||
"click>=7.1.1,<8.1.0",
|
||||
"click-default-group~=1.2.2",
|
||||
"Jinja2>=2.10.3,<3.1.0",
|
||||
"hupper~=1.9",
|
||||
"httpx>=0.20",
|
||||
"pint~=0.9",
|
||||
"pluggy>=1.0,<1.1",
|
||||
"uvicorn~=0.11",
|
||||
"aiofiles>=0.4,<0.9",
|
||||
"janus>=0.6.2,<1.1",
|
||||
"asgi-csrf>=0.9",
|
||||
"PyYAML>=5.3,<7.0",
|
||||
"mergedeep>=1.1.1,<1.4.0",
|
||||
"itsdangerous>=1.1,<3.0",
|
||||
"asgiref==3.4.1",
|
||||
"click==8.0.3",
|
||||
"click-default-group==1.2.2",
|
||||
"Jinja2==3.0.3",
|
||||
"hupper==1.10.3",
|
||||
"httpx==0.21.3",
|
||||
"pint==0.17",
|
||||
"pluggy==1.0.0",
|
||||
"uvicorn==0.16.0",
|
||||
"aiofiles==0.8.0",
|
||||
"janus==0.7.0",
|
||||
"asgi-csrf==0.9",
|
||||
"PyYAML==6.0",
|
||||
"mergedeep==1.3.4",
|
||||
"itsdangerous==2.0.1",
|
||||
"python-baseconv==1.2.2",
|
||||
],
|
||||
entry_points="""
|
||||
|
|
@ -67,14 +67,14 @@ setup(
|
|||
extras_require={
|
||||
"docs": ["sphinx_rtd_theme", "sphinx-autobuild", "codespell"],
|
||||
"test": [
|
||||
"pytest>=5.2.2,<6.3.0",
|
||||
"pytest-xdist>=2.2.1,<2.6",
|
||||
"pytest-asyncio>=0.10,<0.17",
|
||||
"beautifulsoup4>=4.8.1,<4.11.0",
|
||||
"pytest==6.2.5",
|
||||
"pytest-xdist==2.5.0",
|
||||
"pytest-asyncio==0.16.0",
|
||||
"beautifulsoup4==4.10.0",
|
||||
"black==21.12b0",
|
||||
"pytest-timeout>=1.4.2,<2.1",
|
||||
"trustme>=0.7,<0.10",
|
||||
"cogapp>=3.3.0",
|
||||
"pytest-timeout==2.0.2",
|
||||
"trustme==0.9.0",
|
||||
"cogapp==3.3.0",
|
||||
],
|
||||
"rich": ["rich"],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue