[Python-modules-commits] [py-macaroon-bakery] 03/05: Lowering the protobuf and requests deps.

Colin Watson cjwatson at moszumanska.debian.org
Fri Nov 3 16:17:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

cjwatson pushed a commit to branch master
in repository py-macaroon-bakery.

commit 075e9d186663b19cc3d3a892377e28fcfd7993a7
Author: Andrea Azzarone <andrea.azzarone at canonical.com>
Date:   Fri Nov 3 15:00:01 2017 +0000

    Lowering the protobuf and requests deps.
    
    Origin: other, https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/26
    Forwarded: https://github.com/go-macaroon-bakery/py-macaroon-bakery/pull/26
    Patch-Name: lower-protobuf-requests-deps.patch
    
    Last-Update: 2017-11-03
---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index 7fbc6d3..54000e9 100755
--- a/setup.py
+++ b/setup.py
@@ -24,11 +24,11 @@ with open('README.rst') as readme_file:
     readme = readme_file.read()
 
 requirements = [
-    'requests>=2.18.4,<3.0',
+    'requests>=2.18.1,<3.0',
     'PyNaCl>=1.1.2,<2.0',
     'pymacaroons>=0.12.0,<1.0',
     'six>=1.11.0,<2.0',
-    'protobuf>=3.4.0,<4.0',
+    'protobuf>=3.0.0,<4.0',
     'pyRFC3339>=1.0,<2.0',
     'pytz>=2017.2,<2018.0'
 ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/py-macaroon-bakery.git



More information about the Python-modules-commits mailing list