From bacaafc83b38655f94c86c4abb03682ee9facc7e Mon Sep 17 00:00:00 2001 From: Rakesh R Date: Fri, 16 Jul 2021 10:20:31 +0530 Subject: [PATCH] feat: remove enum32 and test dependencies requirement --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 6af2020b..495098cd 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,6 @@ "requests>=2.18.4", "six>=1.11.0", "pyOpenSSL>=17.5.0", - "enum34>=1.1.6", "python-dateutil>=2.6.1", "autobahn[twisted]==19.11.2" ],