mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
docs: RELEASING.md: Document specific versions of site-packages modules
This commit is contained in:
parent
6d138dddd4
commit
38fc256cb0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user