Only install black if python > 3.5

This commit is contained in:
Simon Willison 2019-05-03 21:53:59 -04:00
commit acb2c3ab24

View file

@ -54,7 +54,7 @@ setup(
"pytest-asyncio==0.10.0",
"aiohttp==3.5.3",
"beautifulsoup4==4.6.1",
"black",
"black; python_version>'3.5'",
]
},
tests_require=["datasette[test]"],