Require the 'rattail' package

just for convenience, might as well
This commit is contained in:
Lance Edgar 2020-09-20 17:43:04 -05:00
parent 6d8cf3adb6
commit 6ebc5bbf59

View file

@ -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
]