From afe861f3d0947622f044ab2727297f9078da858a Mon Sep 17 00:00:00 2001 From: Kye Date: Fri, 20 Oct 2023 18:39:05 -0400 Subject: [PATCH] dalle3 --- pyproject.toml | 3 +-- requirements.txt | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0c2b75e..45e214c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "dalle3" -version = "0.0.9" +version = "0.1.0" description = "dalle3 - Pytorch" license = "MIT" authors = ["Kye Gomez "] @@ -26,7 +26,6 @@ python = "^3.6" undetected-chromedriver = "*" selenium = "*" requests = "*" -swarms = "*" pandas = "*" diff --git a/requirements.txt b/requirements.txt index e6ba2fa..b0a6c02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,4 @@ undetected-chromedriver selenium requests webdriver-manager -swarms pandas \ No newline at end of file