Revert "remove the ugly dep handling (#3311)" (#3312)

This reverts commit f010df7082ca0f977999cffe7e4114ea1c995949.
This commit is contained in:
Michael H 2020-01-09 20:48:23 -05:00 committed by GitHub
parent f010df7082
commit 248259b312
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,9 @@ install_requires =
aiohttp-json-rpc==0.12.1 aiohttp-json-rpc==0.12.1
aiosqlite==0.11.0 aiosqlite==0.11.0
appdirs==1.4.3 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 async-timeout==3.0.1
attrs==19.3.0 attrs==19.3.0
Babel==2.8.0 Babel==2.8.0