diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-01-18 08:06:19 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-01-18 08:06:19 +0100 |
commit | cffd902815662aa298186e78c1a7b307f7022200 (patch) | |
tree | 5011022effadfb6d75ff829f0cd1a597494626d3 /app/requirements.txt | |
parent | 850ccbf1c7c4ebba28b1971bafae0a6ba922b7c7 (diff) | |
download | infrastructure-cffd902815662aa298186e78c1a7b307f7022200.tar.gz infrastructure-cffd902815662aa298186e78c1a7b307f7022200.zip |
Add some documentation + add a requirements file
Diffstat (limited to 'app/requirements.txt')
-rw-r--r-- | app/requirements.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/requirements.txt b/app/requirements.txt new file mode 100644 index 0000000..7874d93 --- /dev/null +++ b/app/requirements.txt @@ -0,0 +1,3 @@ +python-consul==1.1.0 +python-ldap==3.3.1 +passlib==1.7.4 |