2024-01-27 03:10:16 +03:00
|
|
|
[[source]]
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
name = "pypi"
|
|
|
|
|
|
|
|
[packages]
|
2024-04-12 19:06:50 +03:00
|
|
|
langchain = "*"
|
2024-02-06 08:02:46 +03:00
|
|
|
litellm = "*"
|
2024-04-12 19:06:50 +03:00
|
|
|
openai = "*"
|
|
|
|
gitpython = "*"
|
2024-03-12 05:23:39 +03:00
|
|
|
pdf2image = "*"
|
2024-04-12 19:06:50 +03:00
|
|
|
nest-asyncio = "*"
|
|
|
|
pypdf = "*"
|
|
|
|
supabase = "*"
|
|
|
|
tiktoken = "*"
|
|
|
|
fastapi = "*"
|
|
|
|
python-multipart = "*"
|
2024-03-12 05:23:39 +03:00
|
|
|
uvicorn = "*"
|
2024-04-12 19:06:50 +03:00
|
|
|
pypandoc = "*"
|
|
|
|
docx2txt = "*"
|
|
|
|
python-jose = "*"
|
|
|
|
asyncpg = "*"
|
|
|
|
flake8 = "*"
|
|
|
|
flake8-black = "*"
|
2024-01-27 12:50:58 +03:00
|
|
|
sentry-sdk = {extras = ["fastapi"] }
|
2024-04-12 19:06:50 +03:00
|
|
|
pyright = "*"
|
2024-02-15 01:01:35 +03:00
|
|
|
resend = "*"
|
2024-04-12 19:06:50 +03:00
|
|
|
html5lib = "*"
|
2024-01-27 03:10:16 +03:00
|
|
|
beautifulsoup4 = "*"
|
2024-04-12 19:06:50 +03:00
|
|
|
newspaper3k = "*"
|
2024-02-15 01:01:35 +03:00
|
|
|
xlrd = "*"
|
|
|
|
redis = "*"
|
2024-01-27 03:10:16 +03:00
|
|
|
flower = "*"
|
2024-02-15 01:01:35 +03:00
|
|
|
boto3 = "*"
|
|
|
|
botocore = "*"
|
2024-01-27 03:10:16 +03:00
|
|
|
python-dotenv = "*"
|
|
|
|
pytest-mock = "*"
|
|
|
|
pytest-celery = "*"
|
2024-02-15 01:01:35 +03:00
|
|
|
pytesseract = "*"
|
2024-01-27 03:10:16 +03:00
|
|
|
async-generator = "*"
|
2024-04-12 19:06:50 +03:00
|
|
|
posthog = "*"
|
|
|
|
jq = "*"
|
2024-01-27 03:10:16 +03:00
|
|
|
pytest = "*"
|
2024-02-06 08:02:46 +03:00
|
|
|
watchdog = "*"
|
|
|
|
langchain-community = "*"
|
2024-02-15 01:01:35 +03:00
|
|
|
langchain-openai = "*"
|
|
|
|
pydantic-settings = "*"
|
|
|
|
langfuse = "*"
|
2024-02-15 07:07:53 +03:00
|
|
|
pandasai = "*"
|
|
|
|
colorlog = "*"
|
|
|
|
psycopg2-binary = "*"
|
|
|
|
psycopg2 = "*"
|
2024-02-21 03:59:58 +03:00
|
|
|
celery = {extras = ["redis", "sqs"], version = "*"}
|
2024-03-12 05:23:39 +03:00
|
|
|
unstructured = {extras = ["all-docs"], version = "*"}
|
2024-04-12 19:06:50 +03:00
|
|
|
llama-parse = "*"
|
|
|
|
llama-index = "*"
|
|
|
|
lxml = {extras = ["html_clean"], version = "*"}
|
2024-04-15 16:53:48 +03:00
|
|
|
ragas = "*"
|
|
|
|
datasets = "*"
|
2024-04-15 19:22:21 +03:00
|
|
|
pytest-dotenv = "*"
|
2024-04-17 16:00:31 +03:00
|
|
|
fpdf2 = "*"
|
|
|
|
unidecode = "*"
|
2024-04-24 20:44:31 +03:00
|
|
|
flashrank = "*"
|
|
|
|
langchain-cohere = "*"
|
2024-04-28 16:10:21 +03:00
|
|
|
pyinstrument = "*"
|
2024-05-08 17:20:35 +03:00
|
|
|
playwright = "*"
|
2024-05-09 17:01:33 +03:00
|
|
|
langgraph = "*"
|
|
|
|
tavily-python = "*"
|
|
|
|
duckduckgo-search = "*"
|
2024-05-21 17:53:04 +03:00
|
|
|
google-api-python-client = "*"
|
|
|
|
google-auth-httplib2 = "*"
|
|
|
|
google-auth-oauthlib = "*"
|
|
|
|
msal = "*"
|
2024-01-27 03:10:16 +03:00
|
|
|
|
|
|
|
[dev-packages]
|
2024-01-27 12:50:58 +03:00
|
|
|
black = "*"
|
2024-05-09 17:01:33 +03:00
|
|
|
ipykernel = "*"
|
2024-01-27 03:10:16 +03:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.11"
|