Skip to content

Commit 7cefc73

Browse files
committed
Update dependency because PR was merged in write-the package.
1 parent e3849bb commit 7cefc73

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ requires = ["setuptools", "setuptools-scm"]
55
[project]
66
name = "pyplanqk"
77
authors = [{ name = "Henning Krause", email = "[email protected]" }, ]
8-
maintainers = [{ name = "Henning Krause", email = "[email protected]" }, ]
8+
maintainers = [{ name = "Henning Krause", email = "[email protected]" }, ]
99
description = "A python package to interact with the PlanQK platform."
1010
readme = "README.md"
1111
keywords = ["quantum", "quantum computing", "planqk"]
12-
license = {text = "apache-2.0"}
12+
license = { text = "apache-2.0" }
1313
classifiers = [
1414
"Programming Language :: Python",
1515
"Programming Language :: Python :: 3",
@@ -33,7 +33,7 @@ dev = [
3333
"pylint>=3.0.3",
3434
"pytest>=8.0.0",
3535
"mkdocs>=1.5.2",
36-
"write-the @ git+ssh://[email protected]/hgkegft/write-the.git@hotfix", # Hotfix, switch to original package when PR is merged.
36+
"write-the>=0.10.1",
3737
"mkdocs-material>=9.5.10",
3838
"mkdocstrings>=0.24.0",
3939
"mkdocstrings-python>=1.8.0",
@@ -47,11 +47,11 @@ Homepage = "https://planqk.de/"
4747

4848

4949
[tool.black]
50-
line-length=121
50+
line-length = 121
5151

5252

5353
[tool.pylint]
54-
max-line-length=121
54+
max-line-length = 121
5555

5656

5757
[tool.setuptools_scm]

0 commit comments

Comments
 (0)