mirror of
https://github.com/run-llama/llama-hub.git
synced 2026-07-01 20:44:00 -04:00
35 lines
429 B
Plaintext
35 lines
429 B
Plaintext
|
|
# For testing
|
|
pytest==7.2.1
|
|
pytest-dotenv==0.5.2
|
|
pytest_httpserver==1.0.8
|
|
pytest-mock==3.11.1
|
|
|
|
# pin types
|
|
typing-inspect==0.9.0
|
|
typing_extensions==4.9.0
|
|
|
|
llama-index>=0.6.9
|
|
atlassian-python-api
|
|
html2text
|
|
olefile
|
|
chromadb
|
|
snowflake-sqlalchemy
|
|
selenium
|
|
python-arango
|
|
ionic-api-sdk
|
|
|
|
# hotfix
|
|
psutil
|
|
|
|
# For linting
|
|
# linting stubs
|
|
types-requests==2.28.11.8
|
|
|
|
# formatting
|
|
black==22.12.0
|
|
isort==5.11.4
|
|
pylint==2.15.10
|
|
ruff==0.0.285
|
|
|