Commit ca5312b4 authored by Hanno Schlichting's avatar Hanno Schlichting

Try renaming requirements.txt, so it isn't picked up by rtfd.

parent 2974ae61
...@@ -26,7 +26,7 @@ master as suggested in the below example: ...@@ -26,7 +26,7 @@ master as suggested in the below example:
.. code-block:: sh .. code-block:: sh
$ bin/pip install \ $ bin/pip install \
-r https://raw.githubusercontent.com/zopefoundation/Zope/master/requirements.txt -r https://raw.githubusercontent.com/zopefoundation/Zope/master/requirements-full.txt
Obtaining Zope2 Obtaining Zope2
... ...
Successfully installed ... Successfully installed ...
......
...@@ -28,9 +28,9 @@ Steps for creating a new Zope release ...@@ -28,9 +28,9 @@ Steps for creating a new Zope release
- setup.py (remove dev postfix) - setup.py (remove dev postfix)
- versions-prod.cfg (pin Zope2) - versions-prod.cfg (pin Zope2)
- requirements.txt (pin Zope2) - requirements-full.txt (pin Zope2)
- The requirements.txt is autogenerated on each bin/buildout run. - The requirements-full.txt is autogenerated on each bin/buildout run.
So instead of manually adjusting it, you can update versions-prod.cfg So instead of manually adjusting it, you can update versions-prod.cfg
and then run bin/buildout once. and then run bin/buildout once.
...@@ -50,7 +50,7 @@ Steps for creating a new Zope release ...@@ -50,7 +50,7 @@ Steps for creating a new Zope release
- setup.py (bump version number, add dev postfix) - setup.py (bump version number, add dev postfix)
- versions-prod.cfg (remove Zope2 pin) - versions-prod.cfg (remove Zope2 pin)
- requirements.txt (replace Zope2 pin by git reference, either manually - requirements-full.txt (replace Zope2 pin by git reference, either manually
or run bin/buildout). or run bin/buildout).
- Check the visible releases on readthedocs.org at (should default to - Check the visible releases on readthedocs.org at (should default to
......
...@@ -20,7 +20,7 @@ RestrictedPython==3.6.0 ...@@ -20,7 +20,7 @@ RestrictedPython==3.6.0
WebOb==1.6.1 WebOb==1.6.1
WebTest==2.0.23 WebTest==2.0.23
ZConfig==3.1.0 ZConfig==3.1.0
ZEO==5.0.0 ZEO==5.0.1
ZODB==5.0.0 ZODB==5.0.0
ZServer==4.0a1 ZServer==4.0a1
five.globalrequest==1.0 five.globalrequest==1.0
......
...@@ -38,7 +38,7 @@ def generate(in_, out): ...@@ -38,7 +38,7 @@ def generate(in_, out):
def main(): def main():
generate('versions-prod.cfg', 'requirements.txt') generate('versions-prod.cfg', 'requirements-full.txt')
if __name__ == '__main__': if __name__ == '__main__':
......
...@@ -34,7 +34,7 @@ z3c.pt = 3.0 ...@@ -34,7 +34,7 @@ z3c.pt = 3.0
zc.lockfile = 1.2.1 zc.lockfile = 1.2.1
ZConfig = 3.1.0 ZConfig = 3.1.0
zdaemon = 4.1.0 zdaemon = 4.1.0
ZEO = 5.0.0 ZEO = 5.0.1
zExceptions = 3.4 zExceptions = 3.4
ZODB = 5.0.0 ZODB = 5.0.0
zodbpickle = 0.6.0 zodbpickle = 0.6.0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment