From 1adc66992db16d629973d98055d8ddcd2e8ab9d5 Mon Sep 17 00:00:00 2001 From: Davis Goglin Date: Tue, 15 Mar 2016 12:00:19 -0700 Subject: [PATCH] Replace future and ConfigParser with localconfig --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f4e706f..ca1a774 100755 --- a/setup.py +++ b/setup.py @@ -72,7 +72,8 @@ setup( 'qrcode>=4.0', 'pyserial', 'six', - 'future', + 'appdirs', + 'localconfig', ], setup_requires=[ 'setuptools_scm',