mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
updated requirements
This commit is contained in:
parent
4201168c21
commit
776eee5c53
4
.gitignore
vendored
4
.gitignore
vendored
@ -178,4 +178,6 @@ temp
|
|||||||
outputs
|
outputs
|
||||||
|
|
||||||
# Global path configuration
|
# Global path configuration
|
||||||
global_paths_cfg.yaml
|
global_paths_cfg.yaml
|
||||||
|
|
||||||
|
.vscode
|
@ -5,4 +5,5 @@ flask
|
|||||||
flask_socketio
|
flask_socketio
|
||||||
flask-cors
|
flask-cors
|
||||||
simple-websocket
|
simple-websocket
|
||||||
eventlet
|
eventlet
|
||||||
|
wget
|
@ -4,4 +4,5 @@ Pillow
|
|||||||
flask
|
flask
|
||||||
flask_socketio
|
flask_socketio
|
||||||
flask-cors
|
flask-cors
|
||||||
simple-websocket
|
simple-websocket
|
||||||
|
wget
|
2
setup.py
2
setup.py
@ -26,7 +26,7 @@ def get_all_files(path):
|
|||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name="lollms",
|
name="lollms",
|
||||||
version="2.0.30",
|
version="2.0.31",
|
||||||
author="Saifeddine ALOUI",
|
author="Saifeddine ALOUI",
|
||||||
author_email="aloui.saifeddine@gmail.com",
|
author_email="aloui.saifeddine@gmail.com",
|
||||||
description="A python library for AI personality definition",
|
description="A python library for AI personality definition",
|
||||||
|
Loading…
Reference in New Issue
Block a user