mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-19 20:57:58 +00:00
updated requirements
This commit is contained in:
parent
4201168c21
commit
776eee5c53
2
.gitignore
vendored
2
.gitignore
vendored
@ -179,3 +179,5 @@ outputs
|
|||||||
|
|
||||||
# Global path configuration
|
# Global path configuration
|
||||||
global_paths_cfg.yaml
|
global_paths_cfg.yaml
|
||||||
|
|
||||||
|
.vscode
|
@ -6,3 +6,4 @@ flask_socketio
|
|||||||
flask-cors
|
flask-cors
|
||||||
simple-websocket
|
simple-websocket
|
||||||
eventlet
|
eventlet
|
||||||
|
wget
|
@ -5,3 +5,4 @@ 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