mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2024-11-09 15:10:27 +00:00
7e2fa1bfaa
Fixes Python 3.11 incompatibility using ancient lxml binary PyPI built against old libxml2. This fixes #1442 and closes #1433. The issue with python3-saml not working is because the binary lxml wheel is built against a different version of libxml2. ``--no-binary lxml`` can be used to fix this and python3-saml will work. for references check these: - https://github.com/onelogin/python3-saml/issues/292 - https://bugs.launchpad.net/lxml/+bug/1960668 - https://github.com/open-formulieren/open-forms/pull/2247 ``` Tested on: - ubuntu:23.04 - WORKING - ubuntu:22.10 - WORKING - ubuntu:22.04 - WORKING - ubuntu:20.04 - WORKING - ubuntu:18.04 - NOT WORKING - pip usage error with -r requirements.txt - debian:10 - WORKING - debian:11 - WORKING - alpine:edge - WORKING - alpine:3.17 - WORKING - alpine:3.16 - WORKING - alpine:3.15 - WORKING - alpine:3.14 - WORKING - rockylinux:9 - WORKING - rockylinux:8 - NOT WORKING - pip usage error with -r requirements.txt - almalinux:9 - WORKING - almalinux:8 - NOT WORKING - pip usage error with -r requirements.txt - fedora:36 - WORKING - fedora:37 - WORKING - fedora:38 - WORKING - fedora:39 - WORKING ```
46 lines
878 B
Plaintext
46 lines
878 B
Plaintext
Authlib==1.2.0
|
|
Flask-Assets==2.0
|
|
Flask-Login==0.6.2
|
|
Flask-Mail==0.9.1
|
|
Flask-Migrate==2.5.3
|
|
Flask-SQLAlchemy==2.5.1
|
|
Flask-SSLify==0.1.5
|
|
Flask-SeaSurf==1.1.1
|
|
Flask-Session==0.4.0
|
|
Flask==2.1.3
|
|
Jinja2==3.1.2
|
|
PyYAML==5.4
|
|
SQLAlchemy==1.3.24
|
|
#alembic==1.9.0
|
|
bcrypt==4.0.1
|
|
bravado-core==5.17.1
|
|
certifi==2022.12.7
|
|
cffi==1.15.1
|
|
configobj==5.0.8
|
|
cryptography==36.0.2
|
|
cssmin==0.2.0
|
|
dnspython>=2.3.0
|
|
flask_session_captcha==1.3.0
|
|
gunicorn==20.1.0
|
|
itsdangerous==2.1.2
|
|
jsonschema[format]>=2.5.1,<4.0.0 # until https://github.com/Yelp/bravado-core/pull/385
|
|
lima==0.5
|
|
--use-feature=no-binary-enable-wheel-cache lxml==4.9.0
|
|
mysqlclient==2.0.1
|
|
passlib==1.7.4
|
|
#pyOpenSSL==22.1.0
|
|
pyasn1==0.4.8
|
|
pyotp==2.8.0
|
|
pytest==7.2.1
|
|
python-ldap==3.4.3
|
|
python3-saml==1.15.0
|
|
pytimeparse==1.1.8
|
|
pytz==2022.7.1
|
|
qrcode==7.3.1
|
|
requests==2.28.2
|
|
rjsmin==1.2.1
|
|
webcolors==1.12
|
|
werkzeug==2.1.2
|
|
zipp==3.11.0
|
|
rcssmin==1.1.1
|