mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 06:33:25 +02:00
~ debian.Dockerfile : rust is copied from an existing image because it's just too complex to maintain
11 lines
511 B
Text
11 lines
511 B
Text
# Syntax : https://pip.pypa.io/en/stable/user_guide/#constraints-files
|
|
|
|
# Since 3.4.3 cryptography requires rust 1.45+, which is not available on all platforms
|
|
# See https://cryptography.io/en/latest/changelog.html#v3-4-3
|
|
# For now there is a patch (see debian.Dockerfile) with CRYPTOGRAPHY_DONT_BUILD_RUST=1
|
|
# but next versions of cryptography will probably break the build so we lock it
|
|
cryptography<=3.4.3
|
|
|
|
# Since 1.7.0 slixmpp does not compile on Python 3.5 so it should be upgraded by hand
|
|
slixmpp<=1.7.0
|