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 # 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

View file

@ -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