1
0
mirror of https://github.com/cmur2/python-veml6070.git synced 2026-04-04 08:18:30 +02:00
Files
python-veml6070/Pipfile
2019-12-18 20:06:24 +01:00

17 lines
261 B
TOML

[[source]]
url = 'https://pypi.python.org/simple'
#[requires]
#python_version = '3.x' # Note: not possivle, use pipenv install --three --dev
[packages]
smbus2 = '*'
[dev-packages]
mock = '*'
pylint = '*'
pytest = '*'
snapshottest = '*'
rope = '*'
yapf = '*'