gecko-dev/tools/docs/Pipfile
Andrew Halberstadt bffa8f298f Bug 1556460 - [docs] Use compatible-release operator instead of * in tools/docs/Pipenv, r=davehunt
Using compatible release means that we will pick up minor updates to these
packages. Dependencies (i.e things not explicitly listed in the Pipfile), may
have their major versions updated as long as the package that uses them lists
it as compatible.

This will also allow us to update our dependencies' major/minor versions one at
a time. Using '*', Pipenv does not have any way of updating only a single
package at a time (that I could find).

Differential Revision: https://phabricator.services.mozilla.com/D33555

--HG--
extra : moz-landing-system : lando
2019-06-06 08:13:47 +00:00

19 lines
330 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
backports-abc = "~=0.5"
boto3 = "~=1.9.71"
livereload = "~=2.6.0"
recommonmark = "~=0.4.0"
scandir = "~=1.9.0"
singledispatch = "~=3.4.0"
sphinx = "~=1.8.3"
sphinx-js = "~=2.1.0"
sphinx-rtd-theme = "~=0.4.2"
[requires]
python_version = "2.7"