Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros authored May 15, 2023
1 parent 264792e commit ec81713
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[tool.poetry]
name = "opengpt4"
version = "0.1.7"
description = ""
version = "0.1.8"
description = "OpenGPT 3.5/4 is a project aimed at providing practical and user-friendly APIs. The APIs allow for easy integration with various applications, making it simple for developers to incorporate the natural language processing capabilities of GPT into their projects."
authors = []
license = "GPL-3.0"
readme = "README.md"
packages = [{ include = "opengpt"}]

[tool.poetry.dependencies]
python = "^3.7"
requests = "2.29.0"
tls-client = "^0.2"
fake-useragent = "^1.1.3"
pydantic = "^1.10.7"
requests = "2.28.2"
tls-client = "0.2"
fake-useragent = "1.1.3"
pydantic = "1.10.7"
PyYAML = "6.0"

[build-system]
Expand Down

0 comments on commit ec81713

Please sign in to comment.