Skip to content

Commit

Permalink
Modified for final release
Browse files Browse the repository at this point in the history
  • Loading branch information
iamhssingh committed Jul 16, 2018
1 parent b29e1d1 commit 547c583
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ Django==2.0.7
djangorestframework==3.8.2
djangorestframework-jwt==1.11.0
drfaddons==0.0.1
pkg-resources==0.0.0
PyJWT==1.6.4
pytz==2018.5
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
url="https://github.com/civilmachines/drf-user",
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
packages=setuptools.find_packages(),
install_requires=open('requirements.txt').read().split(),
include_package_data=True,
classifiers=(
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 547c583

Please sign in to comment.