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.
2 parents 1418c1c + 2b81015 commit 9a8ce49Copy full SHA for 9a8ce49
requirements.txt
@@ -7,6 +7,6 @@ python-dateutil==2.8.0
7
Jinja2==2.10.1
8
skale-py==0.82.0
9
eth-hash==0.2.0
10
-pycryptodome==3.8.2
+pycryptodome==3.9.0
11
psutil==5.6.3
12
setup.py
@@ -60,7 +60,7 @@ def find_version(*file_paths):
60
"Jinja2==2.10.1",
61
"skale-py==0.82.0",
62
"eth-hash==0.2.0",
63
- "pycryptodome==3.8.2",
+ "pycryptodome==3.9.0",
64
"psutil==5.6.3"
65
],
66
python_requires='>=3.6,<4',
0 commit comments