File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ ujson = ">=5.9.0"
3737botocore = { version = " ^1.34.0" , optional = true }
3838requests = { version =" ^2.22.0" , optional = true }
3939pytest = { version = " ^8.0.0" , optional = true }
40- pytest-benchmark = { version = " ^4.0 " , optional = true }
40+ pytest-benchmark = { version = " ^5.2.3 " , optional = true }
4141flake8 = { version = " ^5.0.4" , optional = true }
4242
4343[tool .poetry .extras ]
@@ -49,6 +49,11 @@ dev = [
4949 " requests" ,
5050]
5151
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+
5257[build-system ]
5358requires = [" poetry-core>=1.0.0" ]
5459build-backend = " poetry.core.masonry.api"
You can’t perform that action at this time.
0 commit comments