Skip to main content

No project description provided

Project description

fresh-deps

PyPI Python Version

Installation

$ pip3 install fresh-deps

Usage

$ fresh-deps requirements.in --gitlab-project-id=<id> --gitlab-private-token=<token>

or via docker

$ docker run -v `pwd`:/workdir 2gistestlabs/fresh-deps fresh-deps requirements.in \
    --gitlab-project-id=<id> \
    --gitlab-private-token=<token>

GitLab CI

Add job and create scheduled pipeline

stages:
  - update_dependencies

fresh_deps:
  stage: update_dependencies
  image: 2gistestlabs/fresh-deps:0.4.0
  variables:
    CI_PRIVATE_TOKEN: $GITLAB_PRIVATE_TOKEN
  script:
    - fresh-deps requirements.in
  only:
    - schedules

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fresh-deps-0.4.0.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

fresh_deps-0.4.0-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page