From b5bc8ebd2004cb1e5a577a5b0d651b0d25d9a9db Mon Sep 17 00:00:00 2001 From: Piotr Maslanka <piotr.maslanka@henrietta.com.pl> Date: Tue, 28 Nov 2017 20:44:36 +0100 Subject: [PATCH] typees --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bc3db6fa..6689bb13 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup(keywords=['ha', 'high availability', 'scalable', 'scalability', 'server'], install_requires=[ "six", "monotonic", - "backports.typing" + "typing" ], tests_require=[ "nose", "mock", "coverage" -- GitLab