mirror of
https://github.com/ceph/ceph
synced 2025-02-01 16:03:43 +00:00
04e586f90a
let's avoid getting new versions of those packages by accident. Unfortunately this means we have to manually update those packages regurarly. Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
# let's avoid getting new versions of those packages by accident.
|
|
# Unfortunately this means we have to manually update those
|
|
# packages regularly.
|
|
|
|
mypy==0.901
|
|
|
|
# global
|
|
types-python-dateutil==0.1.3
|
|
types-requests==0.1.11
|
|
types-jwt==0.1.3
|
|
types-PyYAML==5.4.0
|
|
|
|
# src/pybind
|
|
types-backports==0.1.2
|
|
|
|
# qa/
|
|
types-boto==0.1.0
|
|
types-cryptography==0.1.1
|
|
types-paramiko==0.1.3
|