Skip to content

Commit

Permalink
Merge pull request #10 from doccano/fix/pyproject
Browse files Browse the repository at this point in the history
Fix pyproject.toml
  • Loading branch information
Hironsan authored Mar 17, 2023
2 parents 549e98d + 6873e21 commit c60a8ce
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 9 deletions.
52 changes: 48 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "doccano-mini"
version = "0.0.4"
description = "Generate LangChain config quickly"
version = "0.0.5"
description = "Annotation meets Large Language Models."
authors = ["Hironsan <[email protected]>"]
license = "MIT"
readme = "README.md"
Expand All @@ -18,17 +18,17 @@ classifiers = [
doccano-mini = 'doccano_mini.cli:main'

[tool.poetry.dependencies]
python = ">=3.8"
python = ">=3.8.1,<3.9.7 || >3.9.7,<4.0"
streamlit = "^1.20.0"
langchain = "^0.0.112"
langchain = "^0.0.113"
openai = "^0.27.2"

[tool.poetry.dev-dependencies]
taskipy = "^1.10.3"
black = "^23.1.0"
isort = "^5.12.0"
mypy = "^1.1.1"
pyproject-flake8 = "^6.0.0"
taskipy = "^1.10.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit c60a8ce

Please sign in to comment.