Skip to content

Commit

Permalink
Merge pull request #37 from ridi/add/dependency
Browse files Browse the repository at this point in the history
dependency updated
  • Loading branch information
antiline authored Oct 16, 2019
2 parents 2b7106d + c4c3187 commit c56ba38
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
Changelog
=========
1.0.4 (Oct 16st 2019)
------------------
- dependency updated
- cryptography, pycrypto added

1.0.3 (Oct 11st 2019)
------------------
- fix package not found bugs
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
from setuptools import find_packages, setup

version = '1.0.3'
version = '1.0.4'

# When the project is installed by pip, this is the specification that is used to install its dependencies.
install_requires = [
"djangorestframework>=3.7.7",
"django>=2.2.1",
"PyJWT>=1.6.1",
"requests>=2.20.0",
"cryptography>=2.3",
"pycrypto>=2.6.1"
]

setup(
Expand Down

0 comments on commit c56ba38

Please sign in to comment.