Bump dependencies. Some parts needed to be deactivated for that. They need to be reimplemented.

- breadcrumbs (!flask-breadcrumbs)
- manual modal button
- api blueprint (!flask-marshmallow/!marshmallow-sqlalchemy)
This commit is contained in:
Patrick Jentsch
2024-04-30 08:41:29 +02:00
parent c29c50feb9
commit 485a0155c6
31 changed files with 586 additions and 238 deletions

View File

@ -1,26 +1,22 @@
apifairy
cqi>=0.1.7
dnspython==2.2.1
cqi
dnspython==2.5.0
docker
eventlet==0.34.2
Flask==2.1.3
Flask==2.3.3
Flask-APScheduler
Flask-Assets==2.0
Flask-Breadcrumbs
Flask-Hashids>=1.0.1
Flask-HTTPAuth
Flask-Assets
Flask-Hashids
# Flask-HTTPAuth
Flask-Login
Flask-Mail
Flask-Marshmallow==0.14.0
Flask-Menu==0.7.2
# flask-marshmallow
Flask-Migrate
Flask-Paranoid
Flask-SocketIO==5.3.6
Flask-SocketIO
Flask-SQLAlchemy==2.5.1
Flask-WTF
hiredis
MarkupSafe==2.0.1
marshmallow-sqlalchemy==0.29.0
# marshmallow-sqlalchemy
nltk
psycopg2
PyJWT
@ -28,6 +24,6 @@ pyScss
python-dotenv
pyyaml
redis
SQLAlchemy==1.4.45
SQLAlchemy==1.4.52
tqdm
wtforms[email]