Skip to content

Instantly share code, notes, and snippets.

@crosschainer
Created January 8, 2025 10:51
Show Gist options
  • Save crosschainer/cbcad5b12a02c88b82cbc45312c082a6 to your computer and use it in GitHub Desktop.
Save crosschainer/cbcad5b12a02c88b82cbc45312c082a6 to your computer and use it in GitHub Desktop.
setuptools==42.0.2; python_version < '3.0'
zc.buildout==2.13.8; python_version < '3.0'
wheel==0.37.1; python_version < '3.0'
setuptools==65.7.0; python_version >= '3.0'
zc.buildout==3.0.1; python_version >= '3.0'
wheel==0.38.4; python_version >= '3.0'
# Windows specific down here (has to be installed here, fails in buildout)
# Dependency of zope.sendmail:
pywin32 ; platform_system == 'Windows'
# SSL Certs on Windows, because Python is missing them otherwise:
certifi ; platform_system == 'Windows'
# Dependency of collective.recipe.omelette:
ntfsutils ; platform_system == 'Windows' and python_version < '3.0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment