mirror of
https://github.com/Alexander-D-Karpov/akarpov
synced 2024-11-28 04:33:43 +03:00
Compare commits
1 Commits
dc5dc02472
...
5cc4c5067d
Author | SHA1 | Date | |
---|---|---|---|
|
5cc4c5067d |
22
poetry.lock
generated
22
poetry.lock
generated
|
@ -1950,17 +1950,6 @@ compatible-mypy = ["mypy (>=0.991,<0.1000)"]
|
|||
coreapi = ["coreapi (>=2.0.0)"]
|
||||
markdown = ["types-Markdown (>=0.1.5)"]
|
||||
|
||||
[[package]]
|
||||
name = "docopt-ng"
|
||||
version = "0.9.0"
|
||||
description = "Jazzband-maintained fork of docopt, the humane command line arguments parser."
|
||||
optional = false
|
||||
python-versions = ">=3.7"
|
||||
files = [
|
||||
{file = "docopt_ng-0.9.0-py3-none-any.whl", hash = "sha256:bfe4c8b03f9fca424c24ee0b4ffa84bf7391cb18c29ce0f6a8227a3b01b81ff9"},
|
||||
{file = "docopt_ng-0.9.0.tar.gz", hash = "sha256:91c6da10b5bb6f2e9e25345829fb8278c78af019f6fc40887ad49b060483b1d7"},
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "docutils"
|
||||
version = "0.20.1"
|
||||
|
@ -4518,21 +4507,22 @@ pylint = ">=1.7"
|
|||
|
||||
[[package]]
|
||||
name = "pymorphy3"
|
||||
version = "1.2.1"
|
||||
version = "1.3.1"
|
||||
description = "Morphological analyzer (POS tagger + inflection engine) for Russian language."
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "pymorphy3-1.2.1-py3-none-any.whl", hash = "sha256:88700966f55e77e3d2aedf194fa00bb4a175c2626017fe423e94ce11bc98f1ff"},
|
||||
{file = "pymorphy3-1.2.1.tar.gz", hash = "sha256:0cc186a3b0716129dd45e3b89f5e8339e5943d9013f93cfd4c58e5335daf296d"},
|
||||
{file = "pymorphy3-1.3.1-py3-none-any.whl", hash = "sha256:bc495d245e6155b1ce77b8aa4d5a7d7e27c678d564338401f8f99271812c40c2"},
|
||||
{file = "pymorphy3-1.3.1.tar.gz", hash = "sha256:49b5651aa76dadabe0fb2e6a1ef73619c0b434ed118916ce0211dd7a4cb60cd8"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
dawg-python = ">=0.7.1"
|
||||
docopt-ng = ">=0.6"
|
||||
pymorphy3-dicts-ru = "*"
|
||||
setuptools = {version = ">=68.2.2", markers = "python_version >= \"3.12\""}
|
||||
|
||||
[package.extras]
|
||||
cli = ["click"]
|
||||
fast = ["DAWG (>=0.8)"]
|
||||
|
||||
[[package]]
|
||||
|
@ -6704,4 +6694,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.11"
|
||||
content-hash = "7b52426065b04709a15a560787f01a00166dba6005aea755ed490a7523569524"
|
||||
content-hash = "fefaf256ad8164cf8ccb0531bf13e66379549dad8eee4426b8f5d8a3f31c5509"
|
||||
|
|
|
@ -107,7 +107,7 @@ textract = "^1.6.5"
|
|||
uuid6 = "^2023.5.2"
|
||||
uvicorn = "^0.24.0.post1"
|
||||
nltk = "^3.8.1"
|
||||
pymorphy3 = "^1.2.1"
|
||||
pymorphy3 = "^1.3.1"
|
||||
pymorphy3-dicts-ru = "^2.4.417150.4580142"
|
||||
fastapi = "^0.104.1"
|
||||
pydantic-settings = "^2.0.3"
|
||||
|
|
Loading…
Reference in New Issue
Block a user