Skip to content

Commit

Permalink
Merge pull request #2068 from doccano/fix/installation
Browse files Browse the repository at this point in the history
Fix installation issue
  • Loading branch information
Hironsan committed Nov 29, 2022
2 parents bc496b8 + c337e4a commit 2c9e681
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/poetry.lock

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

3 changes: 2 additions & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "doccano"
version = "1.8.1"
version = "1.8.2"
description = "doccano, text annotation tool for machine learning practitioners"
authors = ["Hironsan <hiroki.nakayama.py@gmail.com>"]
license = "MIT"
Expand Down Expand Up @@ -65,6 +65,7 @@ django-cleanup = "^6.0.0"
filetype = "^1.0.10"
pandas = "^1.4.2"
flower = "^1.2.0"
django-allauth = "0.50.0"

[tool.poetry.dev-dependencies]
model-mommy = "^2.0.0"
Expand Down

0 comments on commit 2c9e681

Please sign in to comment.