Sha256: 1d14763d68b5eab5841b057cbaf4e05bbb0dfd382c496434be618df2e5579810

Contents?: true

Size: 376 Bytes

Versions: 19

Compression:

Stored size: 376 Bytes

Contents

Feature: Tracking Python Dependencies
  So that I can track Python dependencies
  As an application developer using license finder
  I want to be able to manage Python dependencies

  Scenario: See the dependencies from the requirements file
    Given A requirements file with dependencies
    When I run license_finder
    Then I should see a Python dependency with a license

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
license_finder-1.2 features/python_dependencies.feature
license_finder-1.2-java features/python_dependencies.feature
license_finder-1.1.1-java features/python_dependencies.feature
license_finder-1.1.1 features/python_dependencies.feature
license_finder-1.1.0 features/python_dependencies.feature
license_finder-1.0.1 features/python_dependencies.feature
license_finder-1.0.0.1 features/python_dependencies.feature
license_finder-1.0.0.0 features/python_dependencies.feature
license_finder-1.0.0.0-java features/python_dependencies.feature
license_finder-0.9.5.1-java features/python_dependencies.feature
license_finder-0.9.5.1 features/python_dependencies.feature
license_finder-0.9.5 features/python_dependencies.feature
license_finder-0.9.5-java features/python_dependencies.feature
license_finder-0.9.4-java features/python_dependencies.feature
license_finder-0.9.4 features/python_dependencies.feature
license_finder-0.9.3-java features/python_dependencies.feature
license_finder-0.9.3 features/python_dependencies.feature
license_finder-0.9.2-java features/python_dependencies.feature
license_finder-0.9.2 features/python_dependencies.feature