You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run snyk checks on requirements, but only for python 2.7
- snyk needs to check requirements.txt, so add one, but be warned it
isn't actually used as part of installing this project's dependencies;
see setup.py
- setup.py needs ipaddress for all python 2.x and python <3.3, but we're
only testing 3.x for versions 3.3 or greater. Therefore only check 2.7
since we'd expect the same snyk result for all python 2.x versions.
0 commit comments