Skip to content

Commit ef6a424

Browse files
authored
Merge pull request #2 from adafruit/fix-bme-fake
Fix lack of TOML dependency
2 parents e71e932 + 52fe1e7 commit ef6a424

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ classifiers = [
4141
"Programming Language :: Python :: 3",
4242
]
4343
dynamic = ["dependencies", "optional-dependencies"]
44-
dependencies = ["toml"]
4544

4645
[tool.setuptools]
4746
packages = ["fake_bme280"]

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
Adafruit-Blinka
77
adafruit-circuitpython-busdevice
88
adafruit-circuitpython-register
9+
toml

0 commit comments

Comments
 (0)