updated requirements

This commit is contained in:
saloui 2023-06-29 11:40:09 +02:00
parent 4201168c21
commit 776eee5c53
4 changed files with 8 additions and 4 deletions

4
.gitignore vendored
View File

@ -178,4 +178,6 @@ temp
outputs
# Global path configuration
global_paths_cfg.yaml
global_paths_cfg.yaml
.vscode

View File

@ -5,4 +5,5 @@ flask
flask_socketio
flask-cors
simple-websocket
eventlet
eventlet
wget

View File

@ -4,4 +4,5 @@ Pillow
flask
flask_socketio
flask-cors
simple-websocket
simple-websocket
wget

View File

@ -26,7 +26,7 @@ def get_all_files(path):
setuptools.setup(
name="lollms",
version="2.0.30",
version="2.0.31",
author="Saifeddine ALOUI",
author_email="aloui.saifeddine@gmail.com",
description="A python library for AI personality definition",