summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2018-09-20 21:40:10 -0400
committerGitHub <noreply@github.com>2018-09-20 21:40:10 -0400
commit353b9a19d2095952570468dc2734a757f1cd2a19 (patch)
tree79553317a073563930c06cda15e9fe6faf53b0b8 /setup.py
parent25e388cc78002f78e93b946367b883a4802cfd4e (diff)
parentd750f9f8a593cdf9929e03d8da1d35e680513526 (diff)
downloadcmd2-git-353b9a19d2095952570468dc2734a757f1cd2a19.tar.gz
Merge pull request #528 from python-cmd2/attrs_version
Fix attr.ib() usage so it works with older versions of attrs
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 53645eff..2947c2ea 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ Topic :: Software Development :: Libraries :: Python Modules
SETUP_REQUIRES = ['setuptools_scm']
-INSTALL_REQUIRES = ['pyperclip >= 1.5.27', 'colorama', 'attrs']
+INSTALL_REQUIRES = ['pyperclip >= 1.5.27', 'colorama', 'attrs >= 16.3.0']
EXTRAS_REQUIRE = {
# Windows also requires pyreadline to ensure tab completion works