mirror of
https://github.com/servo/servo.git
synced 2025-06-25 01:24:37 +01:00
The current version seem to be broken due to API change in one of the transitive dependency (urllib3) causing nightly builds to fail during package upload step with error: ``` ImportError: cannot import name 'DEFAULT_CIPHERS' from 'urllib3.util.ssl_' (C:\a\servo\servo\python\_virtualenv3.7\Lib\site-packages\urllib3\util\ssl_.py) ```
39 lines
773 B
Text
39 lines
773 B
Text
# Ensure all versions are pinned for repeatability,
|
|
# since `--system-site-packages` is enabled
|
|
|
|
blessings == 1.7
|
|
distro == 1.4
|
|
mozdebug == 0.3
|
|
mozinfo == 1.2.1
|
|
mozlog == 7.1.0
|
|
setuptools == 65.5.1
|
|
toml == 0.9.2
|
|
dataclasses == 0.8; python_version < "3.7"
|
|
|
|
# For Python linting
|
|
flake8 == 3.8.3
|
|
pep8 == 1.5.7
|
|
pyflakes == 2.2.0
|
|
|
|
# For test-webidl
|
|
ply == 3.8
|
|
|
|
# For Cross-platform colored terminal text
|
|
colorama == 0.3.7
|
|
|
|
# For package uploading
|
|
boto3 == 1.26.127
|
|
PyGithub == 1.58.1
|
|
|
|
# Default root CAs on Windows CI do not trust CloudFront certificates,
|
|
# connecting to https://static.rust-lang.org would fail:
|
|
# https://github.com/servo/servo/pull/18942
|
|
certifi
|
|
|
|
# For Python3 compatibility
|
|
six == 1.15
|
|
|
|
# For sending build notifications.
|
|
notify-py == 0.3.42
|
|
|
|
-e python/tidy
|