1
0
mirror of https://github.com/cmur2/python-bme280.git synced 2025-06-26 12:30:20 +02:00

module: convert to use Pipfile

This commit is contained in:
cn
2019-12-13 20:41:07 +01:00
parent eb28f7385a
commit 07fa697034
8 changed files with 307 additions and 11 deletions

14
Pipfile Normal file
View File

@ -0,0 +1,14 @@
[[source]]
url = 'https://pypi.python.org/simple'
[requires]
python_version = '2.7'
[packages]
smbus2 = '*'
[dev-packages]
mock = '*'
pylint = '< 2'
pytest = '< 5'
snapshottest = '*'