Skip to content

Commit 98ef548

Browse files
committed
Update pycryptodome version
The required version of pycryptodome currently is either 3.7.2 or 3.7.3. But there is no wheel package for these version for latest version of python (3.8). Due to this, pip will download source and compile while trying to install pycryptodome. On Windows, there is no c, c++ compiler installed by default which leads to pip asking users to download and install Microsoft Visual C++ Build Tools. The release version 3.9.3 contains wheel package for python 3.8 on all supported operating systems. Signed-off-by: Devaraj Ranganna <[email protected]>
1 parent 6993724 commit 98ef548

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ beautifulsoup4>=4,<=4.6.3
1919
pyelftools>=0.24,<=0.25
2020
manifest-tool==1.5.2
2121
icetea>=1.2.1,<1.3
22-
pycryptodome>=3.7.2,<=3.7.3
22+
pycryptodome>=3.9.3,<4
2323
pyusb>=1.0.0,<2.0.0
2424
hidapi>=0.7.99,<0.8.0;platform_system!="Linux"
2525
cmsis-pack-manager>=0.2.3,<0.3.0

0 commit comments

Comments
 (0)