Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nstoik committed Mar 15, 2021
1 parent 26f8b49 commit fe8a00f
Show file tree
Hide file tree
Showing 3 changed files with 706 additions and 243 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"python.testing.unittestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.pytestEnabled": true,
"python.pythonPath": "/home/fd/.local/share/virtualenvs/fd_device-ruqM0lyT/bin/python",
// line below used when connecting to a remote docker host.
// https://code.visualstudio.com/docs/remote/containers-advanced#_developing-inside-a-container-on-a-remote-docker-host
//"docker.host": "ssh://ubuntu@pi4-dev.home.stechsolutions.ca"
Expand Down
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[dev-packages]
# Testing
factory-boy = "~=3.1.0"
factory-boy = "~=3.2.0"
pytest = "~=6.1.2"
pytest-cov = "*"

Expand All @@ -27,13 +27,13 @@ pylint = "*"
SQLAlchemy = "~=1.3.0"
# for Postgresql
psycopg2 = "~=2.8.6"
alembic = "~=1.4.3"
alembic = "~=1.5.7"
gpiozero = "~=1.5.1"
netifaces = "~=0.10.9"
click = "~=7.1.2"
psutil = "~=5.7.2"
requests = "~=2.24.0"
pika = "~=1.1.0"
psutil = "~=5.8.0"
requests = "~=2.25.1"
pika = "~=1.2.0"
celery = "~=5.0.0"
multiprocessing-logging = "~=0.3.0"

Expand Down
Loading

0 comments on commit fe8a00f

Please sign in to comment.