Skip to content

Commit

Permalink
Added setuptools as dependency (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
Torxed authored Nov 24, 2022
1 parent a4a3d9e commit fb5e142
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ pytest = "^7.1.2"
flake8 = "^5.0.4"
python-whois = "^0.8.0"
termcolor = "^2.1.0"

setuptools = "^65.6.3"

[tool.poetry.dev-dependencies]

[build-system]
Expand All @@ -59,4 +60,4 @@ filterwarnings = [

testpaths = [
"tests/analyzer/metadata"
]
]
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,5 @@ wcmatch==8.4 ; python_version >= "3.10" and python_version < "4" \
websocket-client==1.3.3 ; python_version >= "3.10" and python_version < "4" \
--hash=sha256:5d55652dc1d0b3c734f044337d929aaf83f4f9138816ec680c1aefefb4dc4877 \
--hash=sha256:d58c5f284d6a9bf8379dab423259fe8f85b70d5fa5d2916d5791a84594b122b1
setuptools==65.6.3 ; python_version >= "3.10" and python_version < "4" \
--hash=sha256:57f6f22bde4e042978bcd50176fdb381d7c21a9efa4041202288d3737a0c6a54

0 comments on commit fb5e142

Please sign in to comment.