mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-20 05:08:00 +00:00
added setuptools requirements
This commit is contained in:
parent
7eaba04b15
commit
1a83053fbf
@ -7,3 +7,4 @@ flask-cors
|
|||||||
simple-websocket
|
simple-websocket
|
||||||
eventlet
|
eventlet
|
||||||
wget
|
wget
|
||||||
|
setuptools
|
@ -6,3 +6,4 @@ flask_socketio
|
|||||||
flask-cors
|
flask-cors
|
||||||
simple-websocket
|
simple-websocket
|
||||||
wget
|
wget
|
||||||
|
setuptools
|
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.31",
|
version="2.0.32",
|
||||||
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