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 39176f6 + 1d60aa8 commit 667bea8Copy full SHA for 667bea8
requirements.txt
@@ -7,6 +7,6 @@ python-dateutil==2.8.0
7
Jinja2==2.10.3
8
skale-py==0.82.0
9
eth-hash==0.2.0
10
-pycryptodome==3.9.0
+pycryptodome==3.9.1
11
psutil==5.6.3
12
setup.py
@@ -60,7 +60,7 @@ def find_version(*file_paths):
60
"Jinja2==2.10.3",
61
"skale-py==0.82.0",
62
"eth-hash==0.2.0",
63
- "pycryptodome==3.9.0",
+ "pycryptodome==3.9.1",
64
"psutil==5.6.3"
65
],
66
python_requires='>=3.6,<4',
0 commit comments