From 6ebc5bbf59c8a73d62c17bb2e00041e883d828e0 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 20 Sep 2020 17:43:04 -0500 Subject: [PATCH] Require the 'rattail' package just for convenience, might as well --- setup.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index 08d9319..1209141 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2018 Lance Edgar +# Copyright © 2010-2020 Lance Edgar # # This file is part of Rattail. # @@ -21,8 +21,6 @@ # ################################################################################ -from __future__ import unicode_literals, absolute_import - import os from setuptools import setup, find_packages @@ -63,6 +61,7 @@ requires = [ 'fabric2', # 2.4.0 'invoke', # 1.2.0 + 'rattail', # 0.9.143 'six', # 1.11.0 ]