From 029a6bacb0ee5c67a031038f0c8b4e6e10a3e0e8 Mon Sep 17 00:00:00 2001 From: Igor Cheledinov Date: Tue, 23 Jan 2018 00:35:46 +0300 Subject: [PATCH] Switch to modern lib to support python3 --- setup.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.py b/setup.py index 3dca922..5666ff2 100644 --- a/setup.py +++ b/setup.py @@ -30,6 +30,9 @@ 'Flask', 'oauth2' ], + dependency_links=[ + 'git+ssh://git@github.com:i-kiwamu/python3-oauth2.git#egg=oauth2' + ], classifiers=[ 'Development Status :: 4 - Beta', 'Environment :: Web Environment',