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

2
.gitignore vendored
View File

@ -179,3 +179,5 @@ outputs
# Global path configuration
global_paths_cfg.yaml
.vscode

View File

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

View File

@ -5,3 +5,4 @@ flask
flask_socketio
flask-cors
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",