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 c17d029 commit a771960Copy full SHA for a771960
graalpython/lib-graalpython/patches/SecretStorage/sdist/SecretStorage-3.3.1.patch
@@ -0,0 +1,13 @@
1
+diff --git a/setup.cfg b/setup.cfg
2
+index b53f078..5c9d86e 100644
3
+--- a/setup.cfg
4
++++ b/setup.cfg
5
+@@ -25,7 +25,7 @@ platforms = Linux
6
+ [options]
7
+ packages = secretstorage
8
+ python_requires = >=3.6
9
+-install_requires = cryptography>=2.0; jeepney>=0.6
10
++install_requires = cryptography==3.4.7; jeepney>=0.6
11
+
12
+ [options.package_data]
13
+ secretstorage = py.typed
0 commit comments