
For some reason AIOHTTPTransport started to use MultiDict after doing some adjustments in the GraphQL query, which made `filecache` fail because MultiDict object are not pickle-able. Changing the transport strategy from AIOHTTPTransport to RequestsHTTPTransport, which dropped one requirement. We aren't doing async anyway, all the calls were sync before. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25940>
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
colorama==0.4.5
|
|
filecache==0.81
|
|
gql==3.4.0
|
|
python-dateutil==2.8.2
|
|
python-gitlab==3.5.0
|
|
PyYAML==6.0.1
|
|
ruamel.yaml.clib==0.2.7
|
|
ruamel.yaml==0.17.21
|