From: Tushar Chandra Date: Mon, 10 Dec 2018 08:15:57 +0000 (-0600) Subject: Add CORS support to blackd (#627) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/0b40a7badf82c53c8a23b3a03273619f8440855d?hp=0b40a7badf82c53c8a23b3a03273619f8440855d Add CORS support to blackd (#627) See issue #622. Use aiohttp-cors to allow cross-origin requests to blackd, and add a dependency on it to the pipfile. ---