Skip to content

Commit cbfa5a7

Browse files
committed
release 0.1.17
1 parent 7ec90fa commit cbfa5a7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__='v0.1.16'
1+
__version__='v0.1.17'

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "flask-pypprof"
3-
version = "v0.1.16"
3+
version = "v0.1.17"
44
description = "Pypprof Flask wrapper"
55
authors = ["Diego <[email protected]>"]
66
readme = "README.md"
@@ -10,10 +10,10 @@ packages = [{ include = "flask_pypprof" }]
1010
python = ">=3.8 <3.11"
1111
flask = "^2.1.3"
1212

13-
zprofile = { version = "1.0.12", platform = "linux" }
14-
protobuf = { version = "^3.20", platform = "linux" }
13+
zprofile = { version = "1.0.12", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
14+
protobuf = { version = "^3.20", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
1515
mprofile = { version = "0.0.15", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
16-
pypprof = { version = "0.0.1", platform = "linux" }
16+
pypprof = { version = "0.0.1", markers = "sys_platform == 'linux' and platform_machine == 'x86_64'" }
1717

1818
[tool.poetry.dev-dependencies]
1919
pytest = "^7.3.1"

0 commit comments

Comments
 (0)