Skip to content

Commit

Permalink
Merge pull request #174 from James1345/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
belugame authored Mar 27, 2019
2 parents 828c709 + efa7911 commit 3bb72cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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', 'cryptography'],

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

0 comments on commit 3bb72cb

Please sign in to comment.