fixed version. also removed a redundant reference to pyperlclip in poetry env

This commit is contained in:
Jonathan Dunn 2024-03-14 12:44:12 -04:00
parent ba163f02b2
commit 485310661e

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "fabric" name = "fabric"
version = "0.2.0" version = "1.2.0"
description = "Fabric - AI framework for human augmentation" description = "Fabric - AI framework for human augmentation"
authors = [ authors = [
"Daniel Miessler <https://github.com/danielmiessler>", "Daniel Miessler <https://github.com/danielmiessler>",
@ -33,7 +33,6 @@ helpers = "^0.2.0"
[tool.poetry.group.cli.dependencies] [tool.poetry.group.cli.dependencies]
pyyaml = "^6.0.1" pyyaml = "^6.0.1"
requests = "^2.31.0" requests = "^2.31.0"
pyperclip = "^1.8.2"
python-socketio = "^5.11.0" python-socketio = "^5.11.0"
websocket-client = "^1.7.0" websocket-client = "^1.7.0"
flask = "^3.0.2" flask = "^3.0.2"