Codebase list python-certbot-dns-google / 089ba07
Import upstream version 1.19.0 Debian Janitor 2 years ago
4 changed file(s) with 5 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
00 Metadata-Version: 2.1
11 Name: certbot-dns-google
2 Version: 1.18.0
2 Version: 1.19.0
33 Summary: Google Cloud DNS Authenticator plugin for Certbot
44 Home-page: https://github.com/certbot/certbot
55 Author: Certbot Project
00 Metadata-Version: 2.1
11 Name: certbot-dns-google
2 Version: 1.18.0
2 Version: 1.19.0
33 Summary: Google Cloud DNS Authenticator plugin for Certbot
44 Home-page: https://github.com/certbot/certbot
55 Author: Certbot Project
00 google-api-python-client>=1.5.5
11 oauth2client>=4.0
22 setuptools>=39.0.1
3 zope.interface
43 httplib2
5 acme>=1.18.0
6 certbot>=1.18.0
4 acme>=1.19.0
5 certbot>=1.19.0
76
87 [docs]
98 Sphinx>=1.0
33 from setuptools import find_packages
44 from setuptools import setup
55
6 version = '1.18.0'
6 version = '1.19.0'
77
88 install_requires = [
99 'google-api-python-client>=1.5.5',
1010 'oauth2client>=4.0',
1111 'setuptools>=39.0.1',
12 'zope.interface',
1312 # already a dependency of google-api-python-client, but added for consistency
1413 'httplib2'
1514 ]