From 332d72d283274fa9a75570ba917a0c4ee7ed558b Mon Sep 17 00:00:00 2001 From: Kye Date: Wed, 5 Jul 2023 10:18:31 -0400 Subject: [PATCH] poetry --- pyproject.toml | 80 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 80 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 00000000..5d5009e9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,80 @@ +[tool.poetry] +name = "swarms" +version = "0.5.9" +description = "Swarms - Pytorch" +authors = ["Kye Gomez "] +license = "MIT" +readme = "README.md" + +[tool.poetry.dependencies] +python = "^3.6" +transformers = "*" +openai = "*" +langchain = "*" +torch = "*" +torchvision = "*" +asyncio = "*" +nest_asyncio = "*" +bs4 = "*" +playwright = "*" +duckduckgo_search = "*" +faiss-cpu = "*" +wget = "3.2" +accelerate = "0.17.1" +addict = "*" +albumentations = "*" +basicsr = "*" +controlnet-aux = "*" +diffusers = "0.14.0" +einops = "*" +gradio = "*" +imageio = "*" +imageio-ffmpeg = "*" +kornia = "*" +numpy = "*" +omegaconf = "*" +open_clip_torch = "*" +opencv-python = "*" +prettytable = "*" +safetensors = "*" +streamlit = "*" +test-tube = "*" +timm = "*" +torchmetrics = "*" +webdataset = "*" +yapf = "*" +wolframalpha = "*" +wikipedia = "1.4.0" +httpx = "*" +ggl = "*" +gradio_tools = "*" +arxiv = "*" +google-api-python-client = "*" +google-auth-oauth = "*" +google-auth-httplib2 = "*" +beautifulsoup4 = "4.11.2" +O365 = "*" +pytube = "*" +pydub = "*" +llama-index = "*" +fastapi = "0.94.1" +pydantic = "1.10.6" +tenacity = "8.2.2" +python-dotenv = "1.0.0" +pillow = "9.4.0" +boto3 = "*" +uvicorn = "0.21.1" +python-ptrace = "0.9.8" +jinja2 = "3.1.2" +python-multipart = "0.0.6" +celery = "5.2.7" +redis = "4.5.4" +sentencepiece = "0.1.97" +bitsandbytes = "0.37.2" +psycopg2-binary = "2.9.5" +google-search-results = "2.4.2" +black = "23.1.0" + +[build-system] +requires = ["poetry-core"] +build-backend = "poetry.core.masonry.api"