add pyperclip

This commit is contained in:
Paul Gauthier 2024-08-09 07:59:11 -03:00
parent e5cec464da
commit 27af9414d5
2 changed files with 3 additions and 0 deletions

View file

@ -140,6 +140,8 @@ pygments==2.18.0
# via rich # via rich
pypandoc==1.13 pypandoc==1.13
# via -r requirements/requirements.in # via -r requirements/requirements.in
pyperclip==1.9.0
# via -r requirements/requirements.in
python-dotenv==1.0.1 python-dotenv==1.0.1
# via litellm # via litellm
pyyaml==6.0.1 pyyaml==6.0.1

View file

@ -22,6 +22,7 @@ pypandoc
litellm litellm
flake8 flake8
importlib_resources importlib_resources
pyperclip
# The proper depdendency is networkx[default], but this brings # The proper depdendency is networkx[default], but this brings
# in matplotlib and a bunch of other deps # in matplotlib and a bunch of other deps