Skip to content

Commit

Permalink
Bump readmeai -> v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eli64s committed Feb 26, 2024
1 parent 2bd0c33 commit ff9cd9a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ See the <a href="#-configuration">Configuration</a> section below for the comple
<table>
<tr>
<td><b>Getting Started or Quick Start</b><br>
<p>Generates structured guides for installing, running, and testing your project. This content is created by identifying dependencies and languages used in the codebase, and mapping this data using static config files such as the<a href="https://github.com/eli64s/readme-ai/blob/main/readmeai/config/settings/commands.toml">commands.toml</a> file.</p>
<p>Generates structured guides for installing, running, and testing your project. This content is created by identifying dependencies and languages used in the codebase, and mapping this data using static config files such as the <a href="https://github.com/eli64s/readme-ai/blob/main/readmeai/config/settings/commands.toml">commands.toml</a> file.</p>
</td>
</tr>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "readmeai"
version = "0.5.05"
version = "0.5.06"
description = "👾 Automated README file generator, powered by large language model APIs."
authors = ["Eli <egsalamie@gmail.com>"]
license = "MIT"
Expand Down
42 changes: 20 additions & 22 deletions setup/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.9.3 ; python_version >= "3.9" and python_version < "4.0"
aiosignal==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
anyio==4.2.0 ; python_version >= "3.9" and python_version < "4.0"
anyio==4.3.0 ; python_version >= "3.9" and python_version < "4.0"
async-timeout==4.0.3 ; python_version >= "3.9" and python_version < "3.11"
attrs==23.2.0 ; python_version >= "3.9" and python_version < "4.0"
cachetools==5.3.2 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -9,38 +9,36 @@ charset-normalizer==3.3.2 ; python_version >= "3.9" and python_version < "4.0"
click==8.1.7 ; python_version >= "3.9" and python_version < "4.0"
colorama==0.4.6 ; python_version >= "3.9" and python_version < "4.0" and (platform_system == "Windows" or sys_platform == "win32")
colorlog==6.8.2 ; python_version >= "3.9" and python_version < "4.0"
distro==1.9.0 ; python_version >= "3.9" and python_version < "4.0"
exceptiongroup==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
frozenlist==1.4.1 ; python_version >= "3.9" and python_version < "4.0"
gitdb==4.0.11 ; python_version >= "3.9" and python_version < "4.0"
gitpython==3.1.41 ; python_version >= "3.9" and python_version < "4.0"
google-api-core==2.16.2 ; python_version >= "3.9" and python_version < "4.0"
google-api-core[grpc]==2.16.2 ; python_version >= "3.9" and python_version < "4.0"
google-auth==2.27.0 ; python_version >= "3.9" and python_version < "4.0"
google-cloud-aiplatform==1.40.0 ; python_version >= "3.9" and python_version < "4.0"
gitpython==3.1.42 ; python_version >= "3.9" and python_version < "4.0"
google-api-core==2.17.1 ; python_version >= "3.9" and python_version < "4.0"
google-api-core[grpc]==2.17.1 ; python_version >= "3.9" and python_version < "4.0"
google-auth==2.28.1 ; python_version >= "3.9" and python_version < "4.0"
google-cloud-aiplatform==1.42.1 ; python_version >= "3.9" and python_version < "4.0"
google-cloud-bigquery==3.17.2 ; python_version >= "3.9" and python_version < "4.0"
google-cloud-core==2.4.1 ; python_version >= "3.9" and python_version < "4.0"
google-cloud-resource-manager==1.12.0 ; python_version >= "3.9" and python_version < "4.0"
google-cloud-resource-manager==1.12.2 ; python_version >= "3.9" and python_version < "4.0"
google-cloud-storage==2.14.0 ; python_version >= "3.9" and python_version < "4.0"
google-crc32c==1.5.0 ; python_version >= "3.9" and python_version < "4.0"
google-resumable-media==2.7.0 ; python_version >= "3.9" and python_version < "4.0"
googleapis-common-protos==1.62.0 ; python_version >= "3.9" and python_version < "4.0"
googleapis-common-protos[grpc]==1.62.0 ; python_version >= "3.9" and python_version < "4.0"
grpc-google-iam-v1==0.13.0 ; python_version >= "3.9" and python_version < "4.0"
grpcio-status==1.60.1 ; python_version >= "3.9" and python_version < "4.0"
grpcio==1.60.1 ; python_version >= "3.9" and python_version < "4.0"
grpcio-status==1.62.0 ; python_version >= "3.9" and python_version < "4.0"
grpcio==1.62.0 ; python_version >= "3.9" and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.9" and python_version < "4.0"
h2==4.1.0 ; python_version >= "3.9" and python_version < "4.0"
hpack==4.0.0 ; python_version >= "3.9" and python_version < "4.0"
httpcore==1.0.2 ; python_version >= "3.9" and python_version < "4.0"
httpx==0.26.0 ; python_version >= "3.9" and python_version < "4.0"
hyperframe==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
httpcore==1.0.4 ; python_version >= "3.9" and python_version < "4.0"
httpx==0.27.0 ; python_version >= "3.9" and python_version < "4.0"
idna==3.6 ; python_version >= "3.9" and python_version < "4.0"
multidict==6.0.5 ; python_version >= "3.9" and python_version < "4.0"
numpy==1.26.4 ; python_version >= "3.9" and python_version < "4.0"
openai==0.27.10 ; python_version >= "3.9" and python_version < "4.0"
openai==1.12.0 ; python_version >= "3.9" and python_version < "4.0"
packaging==23.2 ; python_version >= "3.9" and python_version < "4.0"
proto-plus==1.23.0 ; python_version >= "3.9" and python_version < "4.0"
protobuf==4.25.2 ; python_version >= "3.9" and python_version < "4.0"
protobuf==4.25.3 ; python_version >= "3.9" and python_version < "4.0"
pyasn1-modules==0.3.0 ; python_version >= "3.9" and python_version < "4.0"
pyasn1==0.5.1 ; python_version >= "3.9" and python_version < "4.0"
pydantic==1.10.14 ; python_version >= "3.9" and python_version < "4.0"
Expand All @@ -49,15 +47,15 @@ pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
regex==2023.12.25 ; python_version >= "3.9" and python_version < "4.0"
requests==2.31.0 ; python_version >= "3.9" and python_version < "4.0"
rsa==4.9 ; python_version >= "3.9" and python_version < "4"
setuptools==69.0.3 ; python_version >= "3.9" and python_version < "4.0"
shapely==2.0.2 ; python_version >= "3.9" and python_version < "4.0"
setuptools==69.1.1 ; python_version >= "3.9" and python_version < "4.0"
shapely==2.0.3 ; python_version >= "3.9" and python_version < "4.0"
six==1.16.0 ; python_version >= "3.9" and python_version < "4.0"
smmap==5.0.1 ; python_version >= "3.9" and python_version < "4.0"
sniffio==1.3.0 ; python_version >= "3.9" and python_version < "4.0"
sniffio==1.3.1 ; python_version >= "3.9" and python_version < "4.0"
tenacity==8.2.3 ; python_version >= "3.9" and python_version < "4.0"
tiktoken==0.4.0 ; python_version >= "3.9" and python_version < "4.0"
toml==0.10.2 ; python_version >= "3.9" and python_version < "4.0"
tqdm==4.66.1 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.9.0 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.2.0 ; python_version >= "3.9" and python_version < "4.0"
tqdm==4.66.2 ; python_version >= "3.9" and python_version < "4.0"
typing-extensions==4.10.0 ; python_version >= "3.9" and python_version < "4.0"
urllib3==2.2.1 ; python_version >= "3.9" and python_version < "4.0"
yarl==1.9.4 ; python_version >= "3.9" and python_version < "4.0"

0 comments on commit ff9cd9a

Please sign in to comment.