Skip to content
Snippets Groups Projects
Select Git revision
  • master default
  • v0.2.6
  • v0.2.5
  • v0.2.4
  • v0.2.3
  • v0.2.2
  • v0.2.1
  • v0.2.0
  • v0.1.1
  • v0.1.0
10 results

Pipfile

Blame
    • nimrod's avatar
      1091fa7e
      Skip locked requirements.txt for Docker image. · 1091fa7e
      nimrod authored
      Don't ship a requirements.txt file with locked versions of packages just
      for the Docker image. The test don't include the dependencies anyway so
      there's no point and without hashes there's no security benefits.
      Instead use bump-version to update the version in the Docker image and
      remove hashin package and the update-reqs pipenv script.
      1091fa7e
      History
      Skip locked requirements.txt for Docker image.
      nimrod authored
      Don't ship a requirements.txt file with locked versions of packages just
      for the Docker image. The test don't include the dependencies anyway so
      there's no point and without hashes there's no security benefits.
      Instead use bump-version to update the version in the Docker image and
      remove hashin package and the update-reqs pipenv script.