Yelp / swagger_spec_validator

Other
104 stars 71 forks source link

Add missing setuptools dependency #163

Closed carlwgeorge closed 5 months ago

carlwgeorge commented 1 year ago

Fixes #87

kloczek commented 5 months ago

it is already added and it emits deprecation warning

DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_
    from pkg_resources import resource_filename
carlwgeorge commented 5 months ago

A setuptools dependency has not been added. However, in the master branch the usage of pkg_resources has been removed, so this PR is no longer necessary.