Skip to content

Commit

Permalink
[connections] Move mock dependency to dev-packages
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Apr 22, 2019
1 parent c5f89c6 commit 0b1fd0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Pipfile
Expand Up @@ -11,6 +11,7 @@ coverage = "*"
coveralls = "*"
isort = "*"
flake8 = "*"
mock = "*"
mock-ssh-server = {version = ">=0.5.0,<0.6.0"}

[scripts]
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Expand Up @@ -38,12 +38,9 @@
"openwisp-utils[users]<0.3.1",
"django-loci>=0.1.1,<0.3.0",
"djangorestframework-gis>=0.12.0,<0.14.0",
# connections feature
# TODO: make optional?
"paramiko>=2.4.1,<2.5.0",
"scp>=0.13.0,<0.14.0",
"celery>=4.2.0,<4.3.0",
"mock==2.0.0"
],
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit 0b1fd0a

Please sign in to comment.