diff --git a/.gitignore b/.gitignore index bbb090c..f550a5a 100644 --- a/.gitignore +++ b/.gitignore @@ -178,4 +178,6 @@ temp outputs # Global path configuration -global_paths_cfg.yaml \ No newline at end of file +global_paths_cfg.yaml + +.vscode \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2860a64..2ef119f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,5 @@ flask flask_socketio flask-cors simple-websocket -eventlet \ No newline at end of file +eventlet +wget \ No newline at end of file diff --git a/requirements_dev.txt b/requirements_dev.txt index 5ff395b..7130e38 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,4 +4,5 @@ Pillow flask flask_socketio flask-cors -simple-websocket \ No newline at end of file +simple-websocket +wget \ No newline at end of file diff --git a/setup.py b/setup.py index 15fea16..1254f2f 100644 --- a/setup.py +++ b/setup.py @@ -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",