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

module: convert to use Pipfile

This commit is contained in:
cn
2019-12-18 19:44:10 +01:00
parent 1bdfe0e54a
commit 40bdf7fd6a
8 changed files with 35 additions and 17 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 = '*'