mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Only install black if python > 3.5
This commit is contained in:
parent
fd8d377a34
commit
acb2c3ab24
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -54,7 +54,7 @@ setup(
|
||||||
"pytest-asyncio==0.10.0",
|
"pytest-asyncio==0.10.0",
|
||||||
"aiohttp==3.5.3",
|
"aiohttp==3.5.3",
|
||||||
"beautifulsoup4==4.6.1",
|
"beautifulsoup4==4.6.1",
|
||||||
"black",
|
"black; python_version>'3.5'",
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
tests_require=["datasette[test]"],
|
tests_require=["datasette[test]"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue