File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
__title__ = 'django-rest-authemail'
2
- __version__ = '2.0.0 '
2
+ __version__ = '2.0.1 '
3
3
__author__ = 'Celia Oakley'
4
4
__copyright__ = 'Copyright (c) 2014-2020 Celia Oakley'
5
5
__license__ = 'GPLv3'
Original file line number Diff line number Diff line change 1
1
Django == 2.2.8
2
- django-rest-authemail == 2.0.0
2
+ django-rest-authemail == 2.0.1
3
3
djangorestframework == 3.11.0
4
4
requests >= 2.3.0
Original file line number Diff line number Diff line change 10
10
11
11
setup (
12
12
name = 'django-rest-authemail' ,
13
- version = '2.0.0 ' ,
13
+ version = '2.0.1 ' ,
14
14
author = 'Celia Oakley' ,
15
15
author_email = 'celia.oakley@alumni.stanford.edu' ,
16
16
description = 'A RESTful API for user signup and authentication using email addresses' ,
22
22
'django-email-as-username'
23
23
],
24
24
url = 'http://github.com/celiao/django-rest-authemail' ,
25
- download_url = 'https://github.com/celiao/django-rest-authemail/tarball/2.0.0 ' ,
25
+ download_url = 'https://github.com/celiao/django-rest-authemail/tarball/2.0.1 ' ,
26
26
packages = ['authemail' ],
27
27
include_package_data = True ,
28
28
long_description = long_description ,
29
29
long_description_content_type = "text/markdown" ,
30
30
install_requires = [
31
- 'Django>=1.11.17,< =2.1.1 ' ,
32
- 'djangorestframework>=3.7.1,< =3.11.0' ,
31
+ 'Django= =2.2.8 ' ,
32
+ 'djangorestframework= =3.11.0' ,
33
33
'requests>=2.3.0' ,
34
34
],
35
35
classifiers = [
You can’t perform that action at this time.
0 commit comments