File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" maturin>=0.14,<0.15 " ]
2+ requires = [" maturin>=1.5.1 " ]
33build-backend = " maturin"
44
55[project ]
@@ -10,10 +10,7 @@ classifiers = [
1010 " Programming Language :: Python :: Implementation :: CPython" ,
1111 " Programming Language :: Python :: Implementation :: PyPy" ,
1212]
13- dependencies = [
14- " requests" ,
15- " httpx" ,
16- ]
13+ dependencies = [" requests" , " httpx" ]
1714dynamic = [" version" ]
1815description = " An SDK for private data retrieval, built on homomorphic encryption."
1916keywords = [" privacy" , " homomorphic" , " encryption" , " cryptography" ]
@@ -23,4 +20,3 @@ homepage = "https://blyss.dev"
2320documentation = " https://docs.blyss.dev"
2421repository = " https://github.com/blyssprivacy/sdk"
2522changelog = " https://github.com/blyssprivacy/sdk/releases"
26-
You can’t perform that action at this time.
0 commit comments