Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@users.noreply.github.com>2021-03-26 09:51:59 +0300
committerGitHub <noreply@github.com>2021-03-26 09:51:59 +0300
commitf4fc3e636d295776f0e6be53763f401e1cf4c41e (patch)
treedb974e982955e2f68933f888558dfe1e09ddae1f /.gitignore
parent018efc241c7fd219b8c3b4d7a52e4c365850060d (diff)
Redo the majority of Certbot's pinning system (#8741)
* add initial pyproject.toml * add extra dependencies * add simple bash script * polish * reuse pipstrap * add requirements.txt * temporarily remove hashin dep * Switch to requirements.txt * remove hashin check * update requirements.txt again * remove unnecessary merge * pin back augeas * unpin cryptography * simplify pywin32 pinning * update comment * pin back pytest and pylint * pin back pytest-forked * pin back coverage * update script comments * fix pyopenssl case * add minimum poetry version * run pin.sh
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 5169defd6..34b3fc99e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,6 +11,7 @@ dist*/
letsencrypt.log
certbot.log
letsencrypt-auto-source/letsencrypt-auto.sig.lzma.base64
+poetry.lock
# coverage
.coverage