We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cfa94f commit c718050Copy full SHA for c718050
pyproject.toml
@@ -38,7 +38,7 @@ botocore = { version = "^1.34.0", optional = true }
38
requests = { version ="^2.22.0", optional = true }
39
pytest = { version= "^8.0.0", optional = true }
40
pytest-benchmark = { version = "^4.0", optional = true }
41
-flake8 = { version = "^5.0.4", optional = true }
+flake8 = { version = "^7.3.0", optional = true }
42
43
[tool.poetry.extras]
44
dev = [
@@ -49,6 +49,11 @@ dev = [
49
"requests",
50
]
51
52
+[[tool.poetry.source]]
53
+name = "internal"
54
+url = "https://depot-read-api-python.us1.ddbuild.io/magicmirror/magicmirror/@current/simple/"
55
+priority = "primary"
56
+
57
[build-system]
58
requires = ["poetry-core>=1.0.0"]
59
build-backend = "poetry.core.masonry.api"
0 commit comments