add watchfiles dep

This commit is contained in:
Paul Gauthier 2024-12-01 16:44:57 -08:00
parent d74f1c22ff
commit bf2f9e0f7e
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@ anyio==4.6.2.post1
# via
# httpx
# openai
# watchfiles
attrs==24.2.0
# via
# aiohttp
@ -239,6 +240,8 @@ urllib3==2.2.3
# via
# mixpanel
# requests
watchfiles==1.0.0
# via -r requirements/requirements.in
wcwidth==0.2.13
# via prompt-toolkit
yarl==1.18.0

View file

@ -28,6 +28,7 @@ mixpanel
pexpect
json5
psutil
watchfiles
# The proper dependency is networkx[default], but this brings
# in matplotlib and a bunch of other deps