mirror of
https://github.com/QuivrHQ/quivr.git
synced 2024-11-10 13:35:41 +03:00
4d91d1cadc
moved to brains # Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate): --------- Co-authored-by: Antoine Dewez <44063631+Zewed@users.noreply.github.com>
55 lines
1017 B
TOML
55 lines
1017 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
langchain = "*"
|
|
litellm = "*"
|
|
openai = "==1.1.1"
|
|
gitpython = "==3.1.36"
|
|
pdf2image = "==1.16.3"
|
|
nest-asyncio = "==1.5.6"
|
|
pypdf = "==3.9.0"
|
|
supabase = "==1.1.0"
|
|
tiktoken = "==0.4.0"
|
|
unstructured = "==0.6.7"
|
|
fastapi = "==0.95.2"
|
|
python-multipart = "==0.0.6"
|
|
uvicorn = "==0.22.0"
|
|
pypandoc = "==1.11"
|
|
docx2txt = "==0.8"
|
|
python-jose = "==3.3.0"
|
|
asyncpg = "==0.27.0"
|
|
flake8 = "==6.0.0"
|
|
flake8-black = "==0.3.6"
|
|
sentry-sdk = {extras = ["fastapi"] }
|
|
pyright = "==1.1.316"
|
|
resend = "==0.5.1"
|
|
html5lib = "==1.1"
|
|
beautifulsoup4 = "*"
|
|
newspaper3k = "*"
|
|
xlrd = "==1.0.0"
|
|
redis = "==4.5.4"
|
|
flower = "*"
|
|
boto3 = "==1.33.7"
|
|
botocore = "==1.33.7"
|
|
celery = {extras = ["sqs"] }
|
|
python-dotenv = "*"
|
|
pytest-mock = "*"
|
|
pytest-celery = "*"
|
|
pytesseract = "==0.3.10"
|
|
async-generator = "*"
|
|
posthog = "==3.1.0"
|
|
jq = "==1.6.0"
|
|
pytest = "*"
|
|
ddtrace = "*"
|
|
watchdog = "*"
|
|
langchain-community = "*"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|