[Python-modules-commits] [python-social-auth] 186/322: Require PyJWT>=1.0.0, <2.0.0
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:13:07 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.10
in repository python-social-auth.
commit 3718ac7d63132105caf9585c6b75e299d9f6ccb0
Author: José Padilla <jpadilla at webapplicate.com>
Date: Thu Mar 19 19:48:35 2015 -0400
Require PyJWT>=1.0.0,<2.0.0
---
requirements-python3.txt | 2 +-
requirements.txt | 2 +-
setup.py | 3 ++-
social/tests/requirements-python3.txt | 2 +-
social/tests/requirements.txt | 2 +-
5 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/requirements-python3.txt b/requirements-python3.txt
index 5f9ad37..586b499 100644
--- a/requirements-python3.txt
+++ b/requirements-python3.txt
@@ -3,4 +3,4 @@ requests>=1.1.0
oauthlib>=0.3.8
requests-oauthlib>=0.3.1,<0.3.2
six>=1.2.0
-PyJWT==0.4.1
+PyJWT>=1.0.0,<2.0.0
diff --git a/requirements.txt b/requirements.txt
index 589bba4..c98195b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,4 +3,4 @@ requests>=1.1.0
oauthlib>=0.3.8
requests-oauthlib>=0.3.1
six>=1.2.0
-PyJWT==0.4.1
+PyJWT>=1.0.0,<2.0.0
diff --git a/setup.py b/setup.py
index d1c4ddb..3328fce 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,8 @@ def get_packages():
return packages
-requires = ['requests>=1.1.0', 'oauthlib>=0.3.8', 'six>=1.2.0', 'PyJWT==0.4.1']
+requires = ['requests>=1.1.0', 'oauthlib>=0.3.8', 'six>=1.2.0',
+ 'PyJWT>=1.0.0,<2.0.0']
if PY3:
requires += ['python3-openid>=3.0.1',
'requests-oauthlib>=0.3.1,<0.3.2']
diff --git a/social/tests/requirements-python3.txt b/social/tests/requirements-python3.txt
index ea2d989..23fc412 100644
--- a/social/tests/requirements-python3.txt
+++ b/social/tests/requirements-python3.txt
@@ -3,5 +3,5 @@ coverage>=3.6
mock==1.0.1
nose>=1.2.1
requests>=1.1.0
-PyJWT==0.4.1
+PyJWT>=1.0.0,<2.0.0
unittest2py3k==0.5.1
diff --git a/social/tests/requirements.txt b/social/tests/requirements.txt
index c8a69d1..1281a8f 100644
--- a/social/tests/requirements.txt
+++ b/social/tests/requirements.txt
@@ -3,5 +3,5 @@ coverage>=3.6
mock==1.0.1
nose>=1.2.1
requests>=1.1.0
-PyJWT==0.4.1
+PyJWT>=1.0.0,<2.0.0
unittest2==0.5.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list