# Keep this file in sync with: https://github.com/kitconcept/buildout/edit/master/requirements.txt
setuptools==54.0.0
zc.buildout==3.0.0b2
pip==21.0.1

# 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'