# Zope + ZMS
-r requirements.txt

# SQL
mysqlclient
SQLAlchemy
# Hint: mysqlclient 2.2+ is incompatible with mariadb 5.5.68 which is installed standard on centos 7
# mysqlclient<2.2
# SQLAlchemy==1.4.49
Products.SQLAlchemyDA
Products.ZSQLiteDA
Products.ZSQLMethods

psycopg2-binary

# LDAP
python-ldap
Products.LDAPMultiPlugins
Products.LDAPUserFolder

# TEXT
beautifulsoup4
lxml
Markdown
pyScss
ftfy
pdfminer.six
htmldiff2
python-docx

# OpenSearch
opensearch-py
rich
asyncio

# PAS
Products.PluggableAuthService
Products.PluginRegistry
# git+https://github.com/sntl-projects/Products.zmsPluggableAuthService.git#egg=Products.zmsPluggableAuthService

# MemCacheD to replace mappingstorage
Products.mcdutils>=3.2
