remove unused libraries (#1161)

This commit is contained in:
Shuchang Zheng
2024-11-10 16:24:13 -08:00
committed by GitHub
parent a6d6965f4b
commit 6f9078872c
12 changed files with 20 additions and 2560 deletions

View File

@@ -10,20 +10,14 @@ packages = [{ include = "skyvern" }]
python = "^3.11,<3.12"
python-dotenv = "^1.0.0"
openai = "<2.0"
tenacity = "^8.2.2"
sqlalchemy = {extras = ["mypy"], version = "^2.0.29"}
aiohttp = "^3.8.5"
colorlog = "^6.7.0"
chromadb = "^0.4.10"
python-multipart = "^0.0.6"
toml = "^0.10.2"
jinja2 = "^3.1.2"
uvicorn = {extras = ["standard"], version = "^0.24.0.post1"}
litellm = "1.42.0"
duckduckgo-search = "^3.8.0"
selenium = "^4.13.0"
bs4 = "^0.0.1"
webdriver-manager = "^4.0.1"
playwright = "1.46.0"
pre-commit = "^3.5.0"
pillow = "^10.1.0"
@@ -41,25 +35,21 @@ commentjson = "^0.9.0"
asyncache = "^0.3.1"
orjson = "^3.9.10"
structlog = "^23.2.0"
plotly = "^5.18.0"
clipboard = "^0.0.4"
curlify = "^2.2.1"
typer = "^0.9.0"
types-toml = "^0.10.8.7"
httpx = "^0.27.0"
filetype = "^1.2.0"
redis = "^5.0.3"
onnxruntime = "<1.17"
supabase = "^2.4.3"
aioredlock = "^0.7.3"
fpdf = "^1.7.2"
pypdf = "^4.2.0"
stripe = "^9.7.0"
tldextract = "^5.1.2"
websockets = "^12.0"
email-validator = "^2.2.0"
temporalio = "^1.6.0"
requests-toolbelt = "^1.0.0"
posthog = "^3.7.0"
aiofiles = "^24.1.0"
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"
@@ -74,14 +64,14 @@ mock = "^5.1.0"
autoflake = "^2.2.0"
pydevd-pycharm = "^233.6745.319"
ipython = "^8.17.2"
streamlit = "^1.28.1"
typer = "^0.9.0"
ipykernel = "^6.26.0"
notebook = "^7.0.6"
freezegun = "^1.2.2"
snoop = "^0.4.3"
rich = {extras = ["jupyter"], version = "^13.7.0"}
clipboard = "^0.0.4"
fpdf = "^1.7.2"
pypdf = "^5.0.1"
[build-system]