From: Frank Brehm Date: Mon, 21 Mar 2022 17:03:01 +0000 (+0100) Subject: Adding scripts/update-env.sh, updating.gitignore and requirements.txt X-Git-Tag: 0.4.1^2~44 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=7fae2e6d77688458a1b59c32597e1661d37abc44;p=pixelpark%2Fpp-admin-tools.git Adding scripts/update-env.sh, updating.gitignore and requirements.txt --- diff --git a/.gitignore b/.gitignore index 47af2be..6ea9dd6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ vendor/ build/ dist/ .egg* +tmp/* +venv/* +etc/*.ini diff --git a/requirements.txt b/requirements.txt index 2b2c46c..95f4c07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,9 @@ paramiko dnspython flake8 setuptools +chardet +hjson +toml fb_logging fb_tools fb_pdnstools