We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ccb994 commit 52fe1e7Copy full SHA for 52fe1e7
2 files changed
pyproject.toml
@@ -41,9 +41,6 @@ classifiers = [
41
"Programming Language :: Python :: 3",
42
]
43
dynamic = ["dependencies", "optional-dependencies"]
44
-dependencies = [
45
- "toml"
46
-]
47
48
[tool.setuptools]
49
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