summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2018-04-29 16:21:36 -0400
committerJulian Berman <Julian@GrayVines.com>2018-04-29 16:21:36 -0400
commit0b826e6e59409d39caad2d7be8e25ba9a5fd266a (patch)
tree90a1d4bad7234cfc1755a663072dd705aed2fd94 /setup.py
parentf570c5012c2da6831c30b7042de1871416c6b465 (diff)
downloadjsonschema-0b826e6e59409d39caad2d7be8e25ba9a5fd266a.tar.gz
Apparently this is deprecated.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 3079624..8f508c1 100644
--- a/setup.py
+++ b/setup.py
@@ -37,7 +37,7 @@ setup(
use_scm_version=True,
install_requires=[
- "attrs>=17.3.0",
+ "attrs>=17.4.0",
"pyrsistent>=0.14.0",
"six>=1.11.0",
"functools32;python_version<'3'",