Skip to content

Commit 6219a07

Browse files
committed
add dependencies
1 parent 1607877 commit 6219a07

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[build-system]
2-
requires = ["setuptools>=61.0", "numpy", "matplotlib", "pyserial", "pyserial-asyncio", "RPi.GPIO", "adafruit-circuitpython-dht", "custom-logger-xzf8971", "smbus2"]
2+
requires = ["setuptools>=61.0", "setuptools-scm", "cython ~= 0.29.0"]
33

44
build-backend = "setuptools.build_meta"
55

66
[project]
77
name = "sensors-control-gpio-xzf8971"
8-
version = "2.1.0"
8+
version = "2.3.0"
99
authors = [
1010
{ name="Zifeng", email="zifeng.xu@foxmail.com" },
1111
]
@@ -17,6 +17,7 @@ classifiers = [
1717
"License :: OSI Approved :: MIT License",
1818
"Operating System :: OS Independent",
1919
]
20+
dependencies = ["numpy", "matplotlib", "pyserial", "pyserial-asyncio", "RPi.GPIO", "adafruit-circuitpython-dht", "custom-logger-xzf8971", "smbus2"]
2021

2122
[project.urls]
2223
"Homepage" = "https://github.com/xzf89718/sensors-control-gpio"

0 commit comments

Comments
 (0)