]> Frank Brehm's Git Trees - pixelpark/ldap-migration.git/commitdiff
Updating requirements.txt and update-env.sh
authorFrank Brehm <frank@brehm-online.com>
Thu, 28 Oct 2021 14:13:57 +0000 (16:13 +0200)
committerFrank Brehm <frank@brehm-online.com>
Thu, 28 Oct 2021 14:13:57 +0000 (16:13 +0200)
requirements.txt
update-env.sh

index e704b8d69c73b6044d6868c0ecbc6ceddf99c4c8..db5cbc87936a5d2d2b9807df17439621f2f3934c 100644 (file)
@@ -1,4 +1,5 @@
-git+https://git.pixelpark.com/python/python_fb_tools.git@master
+fb_logging
+fb_tools
 ansible
 ldap3
 PyYAML
index 5fd88ca89a554f0a2fd8b76ac8d2e26383907ec6..3bc2b8b1746ad7c2e49ec85d06ea8523b5d6c82f 100755 (executable)
@@ -25,7 +25,7 @@ BASE_DIR=$( readlink -f . )
 PIP_OPTIONS=
 export VIRTUAL_ENV_DISABLE_PROMPT=y
 
-declare -a VALID_PY_VERSIONS=("3.8" "3.7" "3.6" "3.5")
+declare -a VALID_PY_VERSIONS=("3.9" "3.8" "3.7" "3.6" "3.5")
 PY_VERSION_FINAL=
 PYTHON=
 VENV_BIN='virtualenv'