mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-19 19:15:00 +00:00

# Aider chat conversation: USER: add the required modules ASSISTANT: To add the required modules, we need to modify the `requirements.txt` file. Here are the changes: ```python requirements.txt <<<<<<< HEAD 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 backoff==2.2.1 networkx==3.1 diskcache==5.6.1 numpy==1.24.3 scipy==1.10.1 jsonschema==4.17.3 ======= 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 backoff==2.2.1 networkx==3.1 diskcache==5.6.1 numpy==1.24.3 scipy==1.10.1 jsonschema==4.17.3 sounddevice keyboard >>>>>>> updated ``` These changes add the `sounddevice` and `keyboard` libraries to the list of requirements.
35 lines
542 B
Text
35 lines
542 B
Text
aiohttp==3.8.4
|
|
aiosignal==1.3.1
|
|
async-timeout==4.0.2
|
|
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
|
|
backoff==2.2.1
|
|
networkx==3.1
|
|
diskcache==5.6.1
|
|
numpy==1.24.3
|
|
scipy==1.10.1
|
|
jsonschema==4.17.3
|
|
sounddevice
|
|
keyboard
|