matrix-synapse.plugins.matrix-synapse-s3-storage-provider: add missing dependency (#256485)

this is required for the s3_media_upload script to work

authored by Yureka and committed by GitHub 8bd11cde 79e43fbf

+2
+2
pkgs/servers/matrix-synapse/plugins/s3-storage-provider.nix
··· 7 7 , pythonOlder 8 8 , tqdm 9 9 , twisted 10 + , psycopg2 10 11 }: 11 12 12 13 buildPythonPackage rec { ··· 37 38 humanize 38 39 tqdm 39 40 twisted 41 + psycopg2 40 42 ] 41 43 # For the s3_media_upload script 42 44 ++ matrix-synapse-unwrapped.propagatedBuildInputs;