We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14c0d73 commit a2acdf9Copy full SHA for a2acdf9
docs/requirements.txt
@@ -8,7 +8,8 @@ isort
8
mako>=1.0.0
9
paramiko>=1.15.2
10
pip>=6.0.8
11
-pyelftools>=0.2.3
+pyelftools>=0.29, <0.30; python_version<'3'
12
+pyelftools>=0.29; python_version>='3'
13
pygments>=2.0
14
pypandoc
15
pyserial>=2.7
0 commit comments