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.
1 parent 1d6ee5a commit b3d79a4Copy full SHA for b3d79a4
setup.py
@@ -174,7 +174,7 @@
174
"beautifulsoup4==4.9.3",
175
'cryptography==2.9.2;python_version<"3.5"',
176
'cryptography==3.0;python_version>="3.5" and python_version<"3.6"',
177
- 'cryptography==3.3.2;python_version>="3.6"',
+ 'cryptography==3.4.7;python_version>="3.6"',
178
'pyopenssl==19.1.0;python_version<"3.6"',
179
'pyopenssl==20.0.1;python_version>="3.6"',
180
'pygments==2.5.2;python_version<"3.5"',
0 commit comments