Skip to content

Commit

Permalink
Merge pull request #31 from ridi/add/cryptography
Browse files Browse the repository at this point in the history
Add/cryptography
  • Loading branch information
jaquan-paik authored Aug 1, 2019
2 parents 2df7411 + d875c7c commit e29d349
Show file tree
Hide file tree
Showing 4 changed files with 91 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
0.0.15 (Aug 1st 2019)
------------------
- Add cryptography in package

0.0.12 (Apr 23th 2019)
------------------
- Support select jwt sign key by kid
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ name = "pypi"
"django" = "==2.2.1"
"PyJWT" = "==1.6.1"
"requests" = "==2.20.0"
"cryptography" = "==2.3"

[dev-packages]
"flake8" = "*"
Expand Down
92 changes: 85 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

version = '0.0.14'
version = '0.0.15'

# When the project is installed by pip, this is the specification that is used to install its dependencies.
install_requires = [
Expand Down

0 comments on commit e29d349

Please sign in to comment.