mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
add watchfiles dep
This commit is contained in:
parent
d74f1c22ff
commit
bf2f9e0f7e
2 changed files with 4 additions and 0 deletions
|
@ -16,6 +16,7 @@ anyio==4.6.2.post1
|
||||||
# via
|
# via
|
||||||
# httpx
|
# httpx
|
||||||
# openai
|
# openai
|
||||||
|
# watchfiles
|
||||||
attrs==24.2.0
|
attrs==24.2.0
|
||||||
# via
|
# via
|
||||||
# aiohttp
|
# aiohttp
|
||||||
|
@ -239,6 +240,8 @@ urllib3==2.2.3
|
||||||
# via
|
# via
|
||||||
# mixpanel
|
# mixpanel
|
||||||
# requests
|
# requests
|
||||||
|
watchfiles==1.0.0
|
||||||
|
# via -r requirements/requirements.in
|
||||||
wcwidth==0.2.13
|
wcwidth==0.2.13
|
||||||
# via prompt-toolkit
|
# via prompt-toolkit
|
||||||
yarl==1.18.0
|
yarl==1.18.0
|
||||||
|
|
|
@ -28,6 +28,7 @@ mixpanel
|
||||||
pexpect
|
pexpect
|
||||||
json5
|
json5
|
||||||
psutil
|
psutil
|
||||||
|
watchfiles
|
||||||
|
|
||||||
# The proper dependency is networkx[default], but this brings
|
# The proper dependency 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