Browse Source

Fix installation issue

pull/2068/head
Hironsan 2 years ago
parent
commit
c337e4afad
2 changed files with 3 additions and 2 deletions
  1. 2
      backend/poetry.lock
  2. 3
      backend/pyproject.toml

2
backend/poetry.lock

@ -1668,7 +1668,7 @@ postgresql = []
[metadata]
lock-version = "1.1"
python-versions = "^3.8"
content-hash = "a93579bf687bac1c8f4132105b0beb395c14e4151d40f81cd9bdbd490faf2c2c"
content-hash = "2797ae177fb05e897521d8a44cf2b7bad8c1feb28d9df2b951c85f124b53a454"
[metadata.files]
amqp = [

3
backend/pyproject.toml

@ -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"
@ -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"

Loading…
Cancel
Save