mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 16:54:59 +00:00
add pyperclip
This commit is contained in:
parent
e5cec464da
commit
27af9414d5
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue