Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xzf89718 committed Nov 15, 2022
1 parent 1607877 commit 6219a07
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[build-system]
requires = ["setuptools>=61.0", "numpy", "matplotlib", "pyserial", "pyserial-asyncio", "RPi.GPIO", "adafruit-circuitpython-dht", "custom-logger-xzf8971", "smbus2"]
requires = ["setuptools>=61.0", "setuptools-scm", "cython ~= 0.29.0"]

build-backend = "setuptools.build_meta"

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

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

0 comments on commit 6219a07

Please sign in to comment.