From 6798647f59a0d64a55474bde917e198d626089f9 Mon Sep 17 00:00:00 2001 From: Brian McGrail Date: Tue, 24 Jun 2025 21:22:53 -0500 Subject: [PATCH] Fix: pin dependency versions for Python 3.8 compatibility with lbry 0.113.0 --- requirements.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000000..e0d398df20 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +protobuf==3.17.2 +appdirs==1.4.3 +certifi>=2021.10.8 +colorama==0.3.7 +distro==1.4.0 +aiohttp==3.7.4 +base58==1.0.0 +cffi==1.13.2 +coincurve==15.0.0 +cryptography==3.4.7 +ecdsa==0.13.3 +filetype==1.0.9 +hachoir==3.1.2 +prometheus_client==0.7.1 +pyyaml==5.3.1