From 50891a9b08b1eff4d5b7a554ac934df199b8cbc7 Mon Sep 17 00:00:00 2001 From: radex Date: Tue, 19 Sep 2023 18:40:09 +0200 Subject: [PATCH] remove unused dependencies --- requirements.txt | 6 ------ webapp/__init__.py | 2 -- 2 files changed, 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8e9d45b..610089f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,10 @@ -Babel==2.7.0 -Click==7.0 Flask==1.1.1 -Flask-Babel==0.12.2 Flask-WTF==0.14.2 itsdangerous==1.1.0 Jinja2==2.10.3 kerberos==1.3.0 MarkupSafe==1.1.1 -pyasn1==0.4.7 -pyasn1-modules==0.2.7 python-ldap==3.2.0 -pytz==2019.3 uWSGI==2.0.18 Werkzeug==0.16.0 WTForms==2.2.1 diff --git a/webapp/__init__.py b/webapp/__init__.py index c88db9c..6a4169f 100644 --- a/webapp/__init__.py +++ b/webapp/__init__.py @@ -3,8 +3,6 @@ import flask_wtf import wtforms from functools import reduce -from flask_babel import gettext - app = flask.Flask(__name__) # import views to route them