mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
added mixpanel dep
This commit is contained in:
parent
ef933c207b
commit
c1d4adbebf
5 changed files with 18 additions and 4 deletions
|
@ -117,7 +117,9 @@ rpds-py==0.20.0
|
|||
# jsonschema
|
||||
# referencing
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# python-dateutil
|
||||
smmap==5.0.1
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
|
|
|
@ -154,7 +154,9 @@ semver==3.0.2
|
|||
shellingham==1.5.4
|
||||
# via typer
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# python-dateutil
|
||||
snowballstemmer==2.2.0
|
||||
# via sphinx
|
||||
sphinx==7.4.7
|
||||
|
|
|
@ -213,7 +213,9 @@ scipy==1.13.1
|
|||
sentence-transformers==3.0.1
|
||||
# via llama-index-embeddings-huggingface
|
||||
six==1.16.0
|
||||
# via python-dateutil
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
# python-dateutil
|
||||
sniffio==1.3.1
|
||||
# via
|
||||
# -c requirements/../requirements.txt
|
||||
|
|
|
@ -24,6 +24,7 @@ flake8
|
|||
importlib_resources
|
||||
pyperclip
|
||||
pypager
|
||||
mixpanel
|
||||
|
||||
# The proper depdendency is networkx[default], but this brings
|
||||
# in matplotlib and a bunch of other deps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue