-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
afabiani
committed
Jul 15, 2020
1 parent
307ac15
commit 2243ab0
Showing
4 changed files
with
24 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[metadata] | ||
name = geonode-oauth-toolkit | ||
version = 1.1.5 | ||
version = 2.0.0 | ||
description = OAuth2 Provider for Django/GeoNode | ||
author = Federico Frenguelli, Massimiliano Pippi, Alessio Fabiani | ||
author_email = [email protected] | ||
|
@@ -10,25 +10,21 @@ classifiers = | |
Development Status :: 5 - Production/Stable | ||
Environment :: Web Environment | ||
Framework :: Django | ||
Framework :: Django :: 1.11 | ||
Framework :: Django :: 2.0 | ||
Framework :: Django :: 2.2 | ||
Intended Audience :: Developers | ||
License :: OSI Approved :: BSD License | ||
Operating System :: OS Independent | ||
Programming Language :: Python :: 2.7 | ||
Programming Language :: Python :: 3 | ||
Programming Language :: Python :: 3.4 | ||
Programming Language :: Python :: 3.5 | ||
Programming Language :: Python :: 3.6 | ||
Programming Language :: Python :: 3.7 | ||
Programming Language :: Python :: 3.8 | ||
Topic :: Internet :: WWW/HTTP | ||
|
||
[options] | ||
packages = find: | ||
include_package_data = True | ||
zip_safe = False | ||
install_requires = | ||
django >= 1.11 | ||
django >= 2.2.0 | ||
requests >= 2.13.0 | ||
oauthlib >= 3.0.1 | ||
jwcrypto >= 0.4.2 | ||
|