Skip to content

Commit

Permalink
Merge pull request #92 from SekouDiaoNlp/dev
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
SekouDiaoNlp committed Oct 27, 2021
2 parents 53158c9 + 7c560a7 commit aec910e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 11 deletions.
19 changes: 10 additions & 9 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -31,7 +31,7 @@ exclude = [
pylexique = 'pylexique.cli:main'

[tool.poetry.dependencies]
python = ">=3.7.1"
python = ">=3.7.1,<4"
click = ">=8.0.3"
colorama = "*"
dataclasses = {version = ">=0.6", python = "<3.7"}
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Expand Up @@ -78,7 +78,7 @@ tqdm==4.62.3; (python_version >= "2.7" and python_full_version < "3.0.0") or (py
twine==3.4.2; python_version >= "3.6"
typed-ast==1.4.3; python_version < "3.8" and python_version >= "3.5"
typing-extensions==3.10.0.2; python_version < "3.8" and python_version >= "3.7"
urllib3==1.25.9; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
urllib3==1.26.7; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6"
virtualenv==20.9.0; python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.5.0"
watchdog==2.1.6; python_version >= "3.6"
webencodings==0.5.1; python_version >= "3.6"
Expand Down

0 comments on commit aec910e

Please sign in to comment.