Updated all dependencies via pip-compile #319

This commit is contained in:
Paul Gauthier 2023-11-03 06:40:55 -07:00
parent 997d7a995d
commit 3bdae96396
2 changed files with 133 additions and 33 deletions

18
requirements.in Normal file
View file

@ -0,0 +1,18 @@
configargparse
GitPython
openai
tiktoken
jsonschema
rich
prompt_toolkit
numpy
scipy
backoff
pathspec
networkx
diskcache
grep_ast
packaging
sounddevice
soundfile
PyYAML

View file

@ -1,37 +1,119 @@
aiohttp==3.8.4
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile requirements.in
#
aiohttp==3.8.6
# via openai
aiosignal==1.3.1
async-timeout==4.0.2
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.1.0
certifi==2023.5.7
charset-normalizer==3.1.0
frozenlist==1.3.3
gitdb==4.0.10
GitPython==3.1.31
idna==3.4
markdown-it-py==2.2.0
mdurl==0.1.2
multidict==6.0.4
openai==0.27.6
prompt-toolkit==3.0.38
Pygments==2.15.1
requests==2.30.0
rich==13.3.5
smmap==5.0.0
tqdm==4.65.0
urllib3==2.0.2
wcwidth==0.2.6
yarl==1.9.2
pytest==7.3.1
tiktoken==0.4.0
configargparse
PyYAML
# via
# aiohttp
# jsonschema
# referencing
backoff==2.2.1
networkx==3.1
diskcache==5.6.1
numpy==1.26.1
scipy==1.11.3
jsonschema==4.17.3
sounddevice==0.4.6
soundfile==0.12.1
pathspec==0.11.2
# via -r requirements.in
certifi==2023.7.22
# via requests
cffi==1.16.0
# via
# sounddevice
# soundfile
charset-normalizer==3.3.2
# via
# aiohttp
# requests
configargparse==1.7
# via -r requirements.in
diskcache==5.6.3
# via -r requirements.in
frozenlist==1.4.0
# via
# aiohttp
# aiosignal
gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via -r requirements.in
grep-ast==0.2.4
# via -r requirements.in
idna==3.4
# via
# requests
# yarl
jsonschema==4.19.2
# via -r requirements.in
jsonschema-specifications==2023.7.1
# via jsonschema
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.4
# via
# aiohttp
# yarl
networkx==3.2.1
# via -r requirements.in
numpy==1.26.1
# via
# -r requirements.in
# scipy
openai==0.28.1
# via -r requirements.in
packaging==23.2
# via -r requirements.in
pathspec==0.11.2
# via
# -r requirements.in
# grep-ast
prompt-toolkit==3.0.39
# via -r requirements.in
pycparser==2.21
# via cffi
pygments==2.16.1
# via rich
pyyaml==6.0.1
# via -r requirements.in
referencing==0.30.2
# via
# jsonschema
# jsonschema-specifications
regex==2023.10.3
# via tiktoken
requests==2.31.0
# via
# openai
# tiktoken
rich==13.6.0
# via -r requirements.in
rpds-py==0.10.6
# via
# jsonschema
# referencing
scipy==1.11.3
# via -r requirements.in
smmap==5.0.1
# via gitdb
sounddevice==0.4.6
# via -r requirements.in
soundfile==0.12.1
# via -r requirements.in
tiktoken==0.5.1
# via -r requirements.in
tqdm==4.66.1
# via openai
tree-sitter==0.20.2
# via tree-sitter-languages
tree-sitter-languages==1.8.0
# via grep-ast
urllib3==2.0.7
# via requests
wcwidth==0.2.9
# via prompt-toolkit
yarl==1.9.2
# via aiohttp