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

module: adopt poetry dependency manager

This commit is contained in:
cn
2020-08-07 22:39:32 +02:00
parent d279417b81
commit 1b3fc8f2df
7 changed files with 31 additions and 45 deletions

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
.pytest_cache/
__pycache__/
*.egg-info/
*.py[cod]
Pipfile.lock
poetry.lock