Skip to content

Commit 919e300

Browse files
authored
Update dependencies and version in pyproject.toml
1 parent 6b4fd44 commit 919e300

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

pyproject.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "wheel"]
2+
requires = ["setuptools", "wheel"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "libcrypto"
7-
version = "1.1.6"
7+
version = "1.1.4"
88
description = "A professional library For Cryptography and Cryptocurrencies in Python."
99
readme = "README.md"
1010
requires-python = ">=3.8"
@@ -29,17 +29,19 @@ classifiers = [
2929
"Programming Language :: Python :: 3.10",
3030
"Programming Language :: Python :: 3.11",
3131
"Programming Language :: Python :: 3.12",
32+
"Programming Language :: Python :: 3.13",
33+
"Programming Language :: Python :: 3.14",
3234
"Topic :: Security :: Cryptography",
3335
"Topic :: Software Development :: Libraries :: Python Modules",
3436
"Topic :: Office/Business :: Financial",
3537
"Topic :: System :: Systems Administration :: Authentication/Directory",
3638
"Typing :: Typed",
3739
]
3840
dependencies = [
39-
"pycryptodome>=3.23.0",
40-
"rich>=14.0.0",
41-
"wheel>=0.45.1",
42-
"setuptools>=80.9.0",
41+
"pycryptodome",
42+
"rich",
43+
"wheel",
44+
"setuptools",
4345
]
4446

4547
[project.optional-dependencies]
@@ -71,3 +73,4 @@ package-dir = { "" = "src" }
7173

7274
[tool.setuptools.packages.find]
7375
where = ["src"]
76+
where = ["src"]

0 commit comments

Comments
 (0)