mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:22 +02:00
Sync version strings to 0.1.0.dev0, pin same repo deps.
This commit is contained in:
@@ -2,9 +2,11 @@ from setuptools import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
|
||||
version = '0.1.0.dev0'
|
||||
|
||||
install_requires = [
|
||||
'acme',
|
||||
'letsencrypt',
|
||||
'acme=={0}'.format(version),
|
||||
'letsencrypt=={0}'.format(version),
|
||||
'mock<1.1.0', # py26
|
||||
'python-augeas',
|
||||
'setuptools', # pkg_resources
|
||||
@@ -14,6 +16,7 @@ install_requires = [
|
||||
|
||||
setup(
|
||||
name='letsencrypt-apache',
|
||||
version=version,
|
||||
packages=find_packages(),
|
||||
install_requires=install_requires,
|
||||
entry_points={
|
||||
|
||||
Reference in New Issue
Block a user