Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Install plugin.

    Code Block
    languagebash
    $sls plugin install -n serverless-python-requirements
  2. Create requirements.txt and put Python packages and their versions

    (optional).

    . The packages versions are optional.

    Code Block
    certifi==2019.6.16
    chardet==3.0.4
    idna==2.8
    python-cmr==0.3.3
    requests==2.22.0
    urllib3==1.25.3


Info
See cmr2ncml or dap2par examples.

...