We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2972aa5 commit d8def0eCopy full SHA for d8def0e
synapse/python_dependencies.py
@@ -48,6 +48,7 @@
48
# [1] https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers.
49
50
REQUIREMENTS = [
51
+ "base58>=2.1.0",
52
"jsonschema>=2.5.1",
53
"frozendict>=1",
54
"unpaddedbase64>=1.1.0",
@@ -80,7 +81,10 @@
80
81
# is out in November.)
82
"attrs>=19.1.0",
83
"netaddr>=0.7.18",
- "Jinja2>=2.9",
84
+ "Jinja2==3.0.3",
85
+ "solana==0.20.0",
86
+ "borsh-construct==0.1.0",
87
+ "pysha3==1.0.2",
88
"bleach>=1.4.3",
89
"typing-extensions>=3.7.4",
90
# We enforce that we have a `cryptography` version that bundles an `openssl`
0 commit comments