From 38fc256cb0c0c05f23528a09e73cac90ba3d74bc Mon Sep 17 00:00:00 2001 From: Athanasius Date: Sun, 14 Jun 2020 18:02:54 +0100 Subject: [PATCH] docs: RELEASING.md: Document specific versions of site-packages modules --- docs/RELEASING.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/RELEASING.md b/docs/RELEASING.md index 639510d5..ac4f87f6 100644 --- a/docs/RELEASING.md +++ b/docs/RELEASING.md @@ -20,6 +20,24 @@ Environment 1. `pip install certifi==2019.9.11` (because a later version doesn't work with py2exe, causing cacert.pem to not be found) 1. `pip install requests` 1. `pip install watchdog` + + As dependencies also get pulled in here's a list of what ended up in site-packages, and their versions: + + cachetools-4.1.0.dist-info + certifi-2019.9.11.dist-info + chardet-3.0.4.dist-info + entrypoints-0.3.dist-info + future-0.18.2-py3.7.egg-info + importlib_metadata-1.6.1.dist-info + keyring-19.2.0.dist-info + pathtools-0.1.2-py3.7.egg-info + pefile-2019.4.18-py3.7.egg-info + pywin32_ctypes-0.2.0.dist-info + requests-2.23.0.dist-info + setuptools-41.2.0.dist-info + urllib3-1.25.9.dist-info + watchdog-0.10.2-py3.7.egg-info + zipp-3.1.0.dist-info 1. [py2exe](https://github.com/albertosottile/py2exe): You need a pre-release version, [0.9.4.0](https://bintray.com/alby128/py2exe/download_file?file_path=py2exe-0.9.4.0-cp37-none-win32.whl), see [this py2exe issue](https://github.com/albertosottile/py2exe/issues/23#issuecomment-541359225) 1. `pip install py2exe-0.9.4.0-cp37-none-win32.whl` 1. `pip install keyring==19.2.0` (because newer tries to get importlib_metadata in a way that doesn't work)