mirror of
https://github.com/google/clusterfuzz.git
synced 2025-02-09 21:16:52 +08:00
Bumps the version of Python used for type-checking to 3.11. That is to say, pyright now supports type-checking idioms that were introduced after 3.7 like `FooType | None`. Regenerated `Pipfile.lock` after updating `Pipfile` using `pipenv lock --dev --keep-outdated`.
31 lines
564 B
TOML
31 lines
564 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
cryptography = "==37.0.4"
|
|
crcmod = "==1.7"
|
|
future = "==0.17.1"
|
|
protobuf = "==4.23.4"
|
|
psutil = "==5.9.4"
|
|
|
|
[dev-packages]
|
|
Fabric = "==1.14.1"
|
|
grpcio-tools = "==1.62.2"
|
|
gunicorn = "*"
|
|
isort = "*"
|
|
mypy-protobuf = "==3.4.0"
|
|
nodeenv = "==1.9.1"
|
|
parameterized = "==0.9.0"
|
|
paramiko = "==2.6.0"
|
|
pipenv = "==2022.8.5"
|
|
pyfakefs = "==4.4.0"
|
|
pylint = "~=2.4"
|
|
pylint-protobuf = "==0.21.0"
|
|
pyright = "==1.1.393"
|
|
selenium = "==3.141.0"
|
|
twine = "*"
|
|
WebTest = "==3.0.0"
|
|
yapf = "==0.22.0"
|