Skip to content

Commit

Permalink
Require frozendict >= 1.0
Browse files Browse the repository at this point in the history
Since #8, we poke directly into frozendict._dict; it turns out this has only
existed since 1.0.
  • Loading branch information
richvdh committed Apr 13, 2018
1 parent ebc2d36 commit eb21553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -47,7 +47,7 @@ def exec_file(path_segments, name):
description="Canonical JSON",
install_requires=[
"simplejson>=3.6.5",
"frozendict>=0.4",
"frozendict>=1.0",
"six",
],
zip_safe=True,
Expand Down

0 comments on commit eb21553

Please sign in to comment.