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
pypandoc==1.13
# via -r requirements/requirements.in
pyperclip==1.9.0
# via -r requirements/requirements.in
python-dotenv==1.0.1
# via litellm
pyyaml==6.0.1

View file

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