Skip to content

Commit

Permalink
remove pyopenssl from deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Bauer committed Dec 18, 2017
1 parent 8bc4151 commit 45bbec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# your project is installed. For an analysis of "install_requires" vs pip's
# requirements files see:
# https://packaging.python.org/en/latest/requirements.html
install_requires=['django', 'djangorestframework', 'pyOpenSSL'],
install_requires=['django', 'djangorestframework'],

# List additional groups of dependencies here (e.g. development
# dependencies). You can install these using the following syntax,
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ deps =
djangorestframework
flake8
mkdocs
pyOpenSSL
pytest-django
setuptools
twine
Expand Down

0 comments on commit 45bbec4

Please sign in to comment.