1
0
mirror of https://github.com/certbot/certbot.git synced 2026-01-21 19:01:07 +03:00

Merge pull request #1619 from letsencrypt/unpin-setuptools

Revert "Quikfix"
This commit is contained in:
Peter Eckersley
2015-11-25 11:58:55 -08:00

View File

@@ -17,7 +17,7 @@ install_requires = [
'pyrfc3339',
'pytz',
'requests',
'setuptools==18.5', # pkg_resources
'setuptools', # pkg_resources
'six',
'werkzeug',
]