Skip to content

Commit d8def0e

Browse files
committed
Add required dependencies
1 parent 2972aa5 commit d8def0e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

synapse/python_dependencies.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
# [1] https://pip.pypa.io/en/stable/reference/pip_install/#requirement-specifiers.
4949

5050
REQUIREMENTS = [
51+
"base58>=2.1.0",
5152
"jsonschema>=2.5.1",
5253
"frozendict>=1",
5354
"unpaddedbase64>=1.1.0",
@@ -80,7 +81,10 @@
8081
# is out in November.)
8182
"attrs>=19.1.0",
8283
"netaddr>=0.7.18",
83-
"Jinja2>=2.9",
84+
"Jinja2==3.0.3",
85+
"solana==0.20.0",
86+
"borsh-construct==0.1.0",
87+
"pysha3==1.0.2",
8488
"bleach>=1.4.3",
8589
"typing-extensions>=3.7.4",
8690
# We enforce that we have a `cryptography` version that bundles an `openssl`

0 commit comments

Comments
 (0)