mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
split setuptools into own requirements
This commit is contained in:
@@ -451,12 +451,6 @@ if [ "$1" = "--le-auto-phase2" ]; then
|
|||||||
# this, do `pip install --no-cache-dir -e acme -e . -e letsencrypt-apache`, and
|
# this, do `pip install --no-cache-dir -e acme -e . -e letsencrypt-apache`, and
|
||||||
# then use `hashin` or a more secure method to gather the hashes.
|
# then use `hashin` or a more secure method to gather the hashes.
|
||||||
|
|
||||||
# cryptography requires a more modern version of setuptools
|
|
||||||
# sha256: _ANFf7h6utSdwJ-cMTOGNpPn3bbKgrtQpzmnc3nOWpo
|
|
||||||
# sha256: JPz8FTZKn-CaIg830tztyEl5Xj3j5LOT7piOZqnL2Fo
|
|
||||||
# sha256: gJaELiTE8ddN_xKr6Qwm0S8F0NmlbtXgb8qm-qHkC2o
|
|
||||||
setuptools==20.2.2
|
|
||||||
|
|
||||||
# sha256: wxZH7baf09RlqEfqMVfTe-0flfGXYLEaR6qRwEtmYxQ
|
# sha256: wxZH7baf09RlqEfqMVfTe-0flfGXYLEaR6qRwEtmYxQ
|
||||||
# sha256: YrCJpVvh2JSc0rx-DfC9254Cj678jDIDjMhIYq791uQ
|
# sha256: YrCJpVvh2JSc0rx-DfC9254Cj678jDIDjMhIYq791uQ
|
||||||
argparse==1.4.0
|
argparse==1.4.0
|
||||||
|
|||||||
@@ -2,12 +2,6 @@
|
|||||||
# this, do `pip install --no-cache-dir -e acme -e . -e letsencrypt-apache`, and
|
# this, do `pip install --no-cache-dir -e acme -e . -e letsencrypt-apache`, and
|
||||||
# then use `hashin` or a more secure method to gather the hashes.
|
# then use `hashin` or a more secure method to gather the hashes.
|
||||||
|
|
||||||
# cryptography requires a more modern version of setuptools
|
|
||||||
# sha256: _ANFf7h6utSdwJ-cMTOGNpPn3bbKgrtQpzmnc3nOWpo
|
|
||||||
# sha256: JPz8FTZKn-CaIg830tztyEl5Xj3j5LOT7piOZqnL2Fo
|
|
||||||
# sha256: gJaELiTE8ddN_xKr6Qwm0S8F0NmlbtXgb8qm-qHkC2o
|
|
||||||
setuptools==20.2.2
|
|
||||||
|
|
||||||
# sha256: wxZH7baf09RlqEfqMVfTe-0flfGXYLEaR6qRwEtmYxQ
|
# sha256: wxZH7baf09RlqEfqMVfTe-0flfGXYLEaR6qRwEtmYxQ
|
||||||
# sha256: YrCJpVvh2JSc0rx-DfC9254Cj678jDIDjMhIYq791uQ
|
# sha256: YrCJpVvh2JSc0rx-DfC9254Cj678jDIDjMhIYq791uQ
|
||||||
argparse==1.4.0
|
argparse==1.4.0
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
# cryptography requires a more modern version of setuptools
|
||||||
|
# sha256: _ANFf7h6utSdwJ-cMTOGNpPn3bbKgrtQpzmnc3nOWpo
|
||||||
|
# sha256: JPz8FTZKn-CaIg830tztyEl5Xj3j5LOT7piOZqnL2Fo
|
||||||
|
# sha256: gJaELiTE8ddN_xKr6Qwm0S8F0NmlbtXgb8qm-qHkC2o
|
||||||
|
setuptools==20.2.2
|
||||||
Reference in New Issue
Block a user