diff options
author | terminaldweller <thabogre@gmail.com> | 2022-11-23 10:29:47 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-11-23 10:29:47 +0000 |
commit | ce34198e8dd8ce259695cdb510bb11f10a62376b (patch) | |
tree | 918b36b6dadfb370677150c86bb0174843a4fa9d /pyproject.toml | |
parent | update (diff) | |
download | magni-ce34198e8dd8ce259695cdb510bb11f10a62376b.tar.gz magni-ce34198e8dd8ce259695cdb510bb11f10a62376b.zip |
WIP
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 9ee7048..db6acb1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,8 +11,19 @@ python = "^3.11" opencv-contrib-python-headless = "^4.6.0.66" jinja2 = "^3.1.2" pillow = "^9.3.0" +beautifulsoup4 = "^4.11.1" +requests = "^2.28.1" +lxml = "^4.9.1" +pysocks = "^1.7.1" +[tool.poetry.group.dev.dependencies] +types-beautifulsoup4 = "^4.11.6.1" +types-requests = "^2.28.11.5" +mypy = "^0.991" +pylint = "^2.15.6" +isort = "^5.10.1" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" |