Skip to content

Commit

Permalink
dalle3
Browse files Browse the repository at this point in the history
  • Loading branch information
Kye committed Oct 15, 2023
1 parent 99d49cd commit 26f7ecf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "dalle3"
version = "0.0.6"
version = "0.0.7"
description = "dalle3 - Pytorch"
license = "MIT"
authors = ["Kye Gomez <kye@apac.ai>"]
Expand All @@ -26,6 +26,8 @@ python = "^3.6"
undetected-chromedriver = "*"
selenium = "*"
requests = "*"
swarms = "*"



[tool.poetry.dev-dependencies]
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
undetected-chromedriver
selenium
requests
webdriver-manager
webdriver-manager
swarms

0 comments on commit 26f7ecf

Please sign in to comment.