We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e71e932 + 52fe1e7 commit ef6a424Copy full SHA for ef6a424
2 files changed
pyproject.toml
@@ -41,7 +41,6 @@ classifiers = [
41
"Programming Language :: Python :: 3",
42
]
43
dynamic = ["dependencies", "optional-dependencies"]
44
-dependencies = ["toml"]
45
46
[tool.setuptools]
47
packages = ["fake_bme280"]
requirements.txt
@@ -6,3 +6,4 @@
6
Adafruit-Blinka
7
adafruit-circuitpython-busdevice
8
adafruit-circuitpython-register
9
+toml
0 commit comments