We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544d8f7 commit 6e0f942Copy full SHA for 6e0f942
1 file changed
pyproject.toml
@@ -37,7 +37,7 @@ ujson = ">=5.9.0"
37
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 }
+pytest-benchmark = { version = "^5.2.3", optional = true }
41
flake8 = { version = "^5.0.4", optional = true }
42
43
[tool.poetry.extras]
@@ -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