From 248259b312d35e540fe9e0302bbe9181411f05f5 Mon Sep 17 00:00:00 2001 From: Michael H Date: Thu, 9 Jan 2020 20:48:23 -0500 Subject: [PATCH] Revert "remove the ugly dep handling (#3311)" (#3312) This reverts commit f010df7082ca0f977999cffe7e4114ea1c995949. --- setup.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6836d7555..e2fbbfa4e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,9 @@ install_requires = aiohttp-json-rpc==0.12.1 aiosqlite==0.11.0 appdirs==1.4.3 - apsw-wheels==3.30.1.post1 + # No source_dist for apsw-wheels rn, consider changing later. + apsw-wheels==3.30.1.post1; platform_machine != "aarch64" + reddist-apsw==3.30.1.post1; platform_machine == "aarch64" async-timeout==3.0.1 attrs==19.3.0 Babel==2.8.0