Skip to content

Commit

Permalink
Latest data: Mon Aug 5 08:04:52 UTC 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Aug 5, 2024
1 parent 43f1f72 commit 521c802
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 2 deletions.
69 changes: 69 additions & 0 deletions requirements/aider-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
aiohttp==3.9.5
aiosignal==1.3.1
annotated-types==0.7.0
anyio==4.4.0
attrs==23.2.0
backoff==2.2.1
beautifulsoup4==4.12.3
charset-normalizer==3.3.2
click==8.1.7
configargparse==1.7
diff-match-patch==20230430
diskcache==5.6.3
distro==1.9.0
filelock==3.15.4
flake8==7.1.0
frozenlist==1.4.1
fsspec==2024.6.1
gitdb==4.0.11
gitpython==3.1.43
grep-ast==0.3.2
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
huggingface-hub==0.24.0
idna==3.7
importlib-metadata==7.2.1
importlib-resources==6.4.0
jinja2==3.1.4
jsonschema==4.23.0
jsonschema-specifications==2023.12.1
litellm==1.41.27
markdown-it-py==3.0.0
markupsafe==2.1.5
mccabe==0.7.0
mdurl==0.1.2
multidict==6.0.5
networkx==3.2.1
openai==1.37.0
packaging==24.1
pathspec==0.12.1
prompt-toolkit==3.0.47
pycodestyle==2.12.0
pycparser==2.22
pydantic==2.8.2
pydantic-core==2.20.1
pyflakes==3.2.0
pygments==2.18.0
pypandoc==1.13
python-dotenv==1.0.1
pyyaml==6.0.1
referencing==0.35.1
regex==2024.5.15
requests==2.32.3
rich==13.7.1
rpds-py==0.19.0
smmap==5.0.1
sniffio==1.3.1
sounddevice==0.4.7
soundfile==0.12.1
soupsieve==2.5
tiktoken==0.7.0
tokenizers==0.19.1
tqdm==4.66.4
tree-sitter==0.21.3
typing-extensions==4.12.2
urllib3==2.2.2
wcwidth==0.2.13
yarl==1.9.4
zipp==3.19.2
2 changes: 1 addition & 1 deletion requirements/cfn-lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
annotated-types==0.7.0
attrs==23.2.0
attrs==24.1.0
aws-sam-translator==1.89.0
boto3==1.34.153
botocore==1.34.153
Expand Down
2 changes: 1 addition & 1 deletion requirements/flake8-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mccabe==0.7.0
pycodestyle==2.12.0
pycodestyle==2.12.1
pyflakes==3.2.0
4 changes: 4 additions & 0 deletions requirements/onion-location-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
beautifulsoup4==4.12.3
bs4==0.0.2
lxml==5.2.2
soupsieve==2.5

0 comments on commit 521c802

Please sign in to comment.