mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-11-15 02:56:17 +01:00
15 lines
186 B
TOML
15 lines
186 B
TOML
[[source]]
|
|
url = 'https://pypi.python.org/simple'
|
|
|
|
[requires]
|
|
python_version = '2.7'
|
|
|
|
[packages]
|
|
smbus2 = '*'
|
|
|
|
[dev-packages]
|
|
mock = '*'
|
|
pylint = '< 2'
|
|
pytest = '< 5'
|
|
snapshottest = '*'
|