Skip to content

Commit

Permalink
Stop depending on setuptools.
Browse files Browse the repository at this point in the history
Closes: #631.
  • Loading branch information
Julian committed Nov 29, 2019
1 parent ee5ee49 commit d647d72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.cfg
Expand Up @@ -28,11 +28,10 @@ packages = find:
setup_requires = setuptools_scm
install_requires =
attrs>=17.4.0
functools32;python_version<'3'
importlib_metadata;python_version<'3.8'
pyrsistent>=0.14.0
setuptools
six>=1.11.0
functools32;python_version<'3'

[options.extras_require]
format =
Expand Down

1 comment on commit d647d72

@EpicWink
Copy link
Contributor

@EpicWink EpicWink commented on d647d72 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Julian could you please apply this single commit to v3.2.0 and make a new release (perhaps v3.2.1)? Docker-compose currently depends on jsonschema v3. See #908

Please sign in to comment.