Skip to content

Commit e5bda89

Browse files
committed
maturin 1.5.1, old version broke pypi upload
1 parent fdb7206 commit e5bda89

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

python/pyproject.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["maturin>=0.14,<0.15"]
2+
requires = ["maturin>=1.5.1"]
33
build-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"]
1714
dynamic = ["version"]
1815
description = "An SDK for private data retrieval, built on homomorphic encryption."
1916
keywords = ["privacy", "homomorphic", "encryption", "cryptography"]
@@ -23,4 +20,3 @@ homepage = "https://blyss.dev"
2320
documentation = "https://docs.blyss.dev"
2421
repository = "https://github.com/blyssprivacy/sdk"
2522
changelog = "https://github.com/blyssprivacy/sdk/releases"
26-

0 commit comments

Comments
 (0)