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 985abec commit e785775Copy full SHA for e785775
pyproject.toml
@@ -13,7 +13,7 @@ authors = [
13
readme = "README.rst"
14
requires-python = ">=3.7"
15
dependencies = [
16
- "egcd~=0.4"
+ "egcd~=0.5"
17
]
18
19
[project.urls]
@@ -27,8 +27,8 @@ docs = [
27
"sphinx-rtd-theme~=1.0.0"
28
29
test = [
30
- "pytest~=7.0",
31
- "pytest-cov~=3.0"
+ "pytest~=7.2",
+ "pytest-cov~=4.0"
32
33
lint = [
34
"pylint~=2.17.0"
@@ -37,13 +37,13 @@ coveralls = [
37
"coveralls~=3.3.1"
38
39
publish = [
40
- "build~=0.8",
+ "build~=0.10",
41
"twine~=4.0"
42
43
44
[build-system]
45
requires = [
46
- "setuptools~=62.0"
+ "setuptools~=67.6"
47
48
build-backend = "setuptools.build_meta"
49
0 commit comments