Skip to content

Commit 5b6889a

Browse files
committed
Added requirements in requirements.txt
Modified `setup.py`
1 parent 1fbf31d commit 5b6889a

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

requirements.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Django<=2.0.5
2+
djangorestframework<=3.8.2
3+
djangorestframework-jwt<=1.11.0
4+
drfaddons<=0.0.2
5+
PyJWT<=1.6.4
6+
pytz<=2018.4

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="drf_user",
8-
version=__import__('drf_user').__version__,
9-
author=__import__('drf_user').__author__,
7+
name="drf_account",
8+
version=__import__('drf_account').__version__,
9+
author=__import__('drf_account').__author__,
1010
author_email="[email protected]",
1111
description="Accounts APP for Django REST Framework with API Views",
1212
long_description=long_description,
1313
long_description_content_type="text/markdown",
14-
license=__import__('drf_user').__license__,
14+
license=__import__('drf_account').__license__,
1515
url="https://github.com/civilmachines/drf-account",
1616
python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*",
1717
packages=setuptools.find_packages(),

0 commit comments

Comments
 (0)