From 8720601eaa16364cc48a6d4659c26ae98f12c462 Mon Sep 17 00:00:00 2001 From: Andrew Gross Date: Thu, 29 Sep 2016 16:37:34 -0400 Subject: [PATCH] Remove sure and freezegun from setup.py, they still exist in requirements-dev.txt --- setup.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup.py b/setup.py index 928f28c75..68ad6a9da 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,6 @@ install_requires = [ "xmltodict", "six", "werkzeug", - "sure", - "freezegun" ] extras_require = {