We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bea1e commit dfc3e24Copy full SHA for dfc3e24
requirements-dev.txt
@@ -6,6 +6,7 @@ pytest-mock==2.0.0
6
httpbin==0.7.0
7
trustme
8
wheel
9
+cryptography<40.0.0; python_version <= '3.7' and platform_python_implementation == 'PyPy'
10
11
# Flask Stack
12
Flask>1.0,<2.0
0 commit comments