Skip to content

Commit

Permalink
todo: выбросить ебланский poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
s3rgeym committed Nov 10, 2024
1 parent 9dc99bf commit fa9731b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 11 deletions.
17 changes: 10 additions & 7 deletions poetry.lock

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

9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hh-applicant-tool"
version = "0.3.0"
version = "0.3.1"
description = ""
authors = ["Senior YAML Developer <[email protected]>"]
readme = "README.md"
Expand All @@ -10,10 +10,11 @@ packages = [{include = "hh_applicant_tool"}]
python = "^3.10"
requests = "^2.28.2"
prettytable = "^3.6.0"
pyqt6 = { version = "^6.7.1", optional = true }
pyqt6-webengine = { version = "^6.7.0", optional = true }

[tool.poetry.group.qt.dependencies]
pyqt6 = "^6.7.1"
pyqt6-webengine = "^6.7.0"
[tool.poetry.extras]
qt = ["pyqt6", "pyqt6-webengine"]

[tool.poetry.group.dev.dependencies]
black = "^23.1.0"
Expand Down

0 comments on commit fa9731b

Please sign in to comment.