Files
gpt-pilot/requirements.txt
Senko Rasic 5b474ccc1f merge gpt-pilot 0.2 codebase
This is a complete rewrite of the GPT Pilot core, from the ground
up, making the agentic architecture front and center, and also
fixing some long-standing problems with the database architecture
that weren't feasible to solve without breaking compatibility.

As the database structure and config file syntax have changed,
we have automatic imports for projects and current configs,
see the README.md file for details.

This also relicenses the project to FSL-1.1-MIT license.
2024-05-22 21:42:25 +02:00

40 lines
669 B
Plaintext

aiosqlite==0.20.0
alembic==1.13.1
annotated-types==0.7.0
anthropic==0.25.9
anyio==4.3.0
certifi==2024.2.2
charset-normalizer==3.3.2
colorama==0.4.6
distro==1.9.0
exceptiongroup==1.2.1
filelock==3.14.0
fsspec==2024.5.0
greenlet==3.0.3
groq==0.6.0
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
huggingface-hub==0.23.1
idna==3.7
jinja2==3.1.4
mako==1.3.5
markupsafe==2.1.5
openai==1.30.1
packaging==24.0
psutil==5.9.8
pydantic-core==2.18.2
pydantic==2.7.1
python-dotenv==1.0.1
pyyaml==6.0.1
regex==2024.5.15
requests==2.32.2
sniffio==1.3.1
sqlalchemy==2.0.30
sqlalchemy[asyncio]==2.0.30
tiktoken==0.6.0
tokenizers==0.19.1
tqdm==4.66.4
typing-extensions==4.11.0
urllib3==2.2.1