diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2020-05-25 09:50:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-25 09:50:16 -0400 |
commit | 63acfc16ea25b408e48fc5ed6db3e0dbd90ed99f (patch) | |
tree | b4e567243a5c68ff493e4c61c13a956673a487f0 /docs | |
parent | 0e190508a867588b74ffc720f46e149ba197170c (diff) | |
parent | c849875356f0ca3b12257cd22a2a1c0bd1603884 (diff) | |
download | external_python_setuptools-63acfc16ea25b408e48fc5ed6db3e0dbd90ed99f.tar.gz external_python_setuptools-63acfc16ea25b408e48fc5ed6db3e0dbd90ed99f.tar.bz2 external_python_setuptools-63acfc16ea25b408e48fc5ed6db3e0dbd90ed99f.zip |
Merge pull request #2121 from wimglenn/docs
Give a less confusing example for requirements parsing
Diffstat (limited to 'docs')
-rw-r--r-- | docs/pkg_resources.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/pkg_resources.txt b/docs/pkg_resources.txt index 71568c1a..f2e554f4 100644 --- a/docs/pkg_resources.txt +++ b/docs/pkg_resources.txt @@ -594,7 +594,7 @@ Requirements Parsing FooProject >= 1.2 Fizzy [foo, bar] - PickyThing<1.6,>1.9,!=1.9.6,<2.0a0,==2.4c1 + PickyThing>1.6,<=1.9,!=1.8.6 SomethingWhoseVersionIDontCareAbout SomethingWithMarker[foo]>1.0;python_version<"2.7" |