From cf169efe5f80ac49d9c001ce66000966960eede8 Mon Sep 17 00:00:00 2001 From: Aitzol Date: Tue, 4 Apr 2023 11:08:27 +0200 Subject: [PATCH] requirements --- README.md | 4 ++-- data/invite-codes.db | Bin 8192 -> 8192 bytes ...codes (kopia).db => invite-codes.db.kopia} | Bin requirements.txt | 4 +++- 4 files changed, 5 insertions(+), 3 deletions(-) rename data/{invite-codes (kopia).db => invite-codes.db.kopia} (100%) diff --git a/README.md b/README.md index 979dd82..a02d00d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Probak egiteko LDAP zerbitzari bat instalatu da ondorengo [eredua][server] jarra Biltegi honetako edukiak klonatu eta menpekotasunak instalatu: - git clone https://git.lainoa.eus/aitzol/ldap-python-webui + git clone https://git.lainoa.eus/aitzol/ldap-python-webui.git cd ldap-python-webui pip install -r requirements.txt @@ -90,4 +90,4 @@ edo [uwsgi.ini][ uwsgi ] fitxategia sortu eta exekutatu: ## Lizentzia Lan hau [GPLv3 License][LICENSE] lizentziapean aurkitzen da. -Lizentziaren textu osoa eskuratzeko ikusi ondorengo [esteka][GPL3]. \ No newline at end of file +Lizentziaren textu osoa eskuratzeko ikusi ondorengo [esteka][GPL3]. diff --git a/data/invite-codes.db b/data/invite-codes.db index 7055ee7cf34c3ca8b3e3ad288bf31f22d38caf91..b718294a0c7ce53257d89b629028c46d4ce19890 100644 GIT binary patch delta 81 zcmZp0XmFSy&1f=F#+l!QLC?Q}mw|zSk$)!x|IUqt9{iKH@q2UfUuR(D=VajL+{`8L lpO008kvWuq@*Q~toH_NNAsxvZ&a!lrvR{;P6!V?hy diff --git a/data/invite-codes (kopia).db b/data/invite-codes.db.kopia similarity index 100% rename from data/invite-codes (kopia).db rename to data/invite-codes.db.kopia diff --git a/requirements.txt b/requirements.txt index 207ea11..5721848 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ bottle>=0.12.19 -ldap3>=2.9.1 \ No newline at end of file +bottle-beaker>=0.1.3 +ldap3>=2.9.1 +uwsgi>=2.0.21