mirror of
https://github.com/cmur2/python-veml6070.git
synced 2026-04-03 22:18:30 +02:00
17 lines
261 B
TOML
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 = '*'
|