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

module: adopt poetry dependency manager

This commit is contained in:
cn
2020-08-04 20:20:03 +02:00
parent 931f5ff229
commit e36c38d950
6 changed files with 30 additions and 44 deletions

3
.gitignore vendored
View File

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