Skip to content

Commit

Permalink
updated pipfile
Browse files Browse the repository at this point in the history
  • Loading branch information
nstoik committed Jan 3, 2024
1 parent 5c44b0a commit 030d675
Show file tree
Hide file tree
Showing 2 changed files with 247 additions and 7 deletions.
9 changes: 4 additions & 5 deletions device/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ factory-boy = "~=3.2.1"
pytest = "~=7.1.3"
pytest-cov = "~=4.0.0"
pytest-mock = "~=3.10.0"

# Lint and code style
black = "~=22.10"
flake8 = "~=5.0.4"
Expand All @@ -21,14 +20,13 @@ isort = "~=5.10.1"
mypy = "~=0.961"
pep8-naming = "~=0.13.2"
pylint = "~=2.15"

# type hints
types-beautifulsoup4 = "~=4.11.6"
types-setuptools = "~=65.5"
types-psutil = "~=5.9.5"
types-requests = "~=2.28.11"

# Documentation and Docstrings
# Self
fd-device = {file = ".", editable = true}

[packages]
SQLAlchemy = "~=1.4.42"
Expand All @@ -49,7 +47,8 @@ schedule = "~=1.1.0"
# for reading temperature from owfs webserver
requests = "~=2.28"
beautifulsoup4 = "~=4.11.1"
"e1839a8" = {path = ".", editable = true}
# "e1839a8" = {path = ".", editable = true}
fd-device = {file = ".", editable = true}

[requires]
python_version = "3.11"
Loading

0 comments on commit 030d675

Please sign in to comment.