screetsec / Sudomy

Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
https://github.com/Screetsec/
MIT License
2.02k stars 381 forks source link

The networkx version conflict with decorator version #104

Open baotang2118 opened 3 years ago

baotang2118 commented 3 years ago

Hello

As the code snippet below, while building Dockerfile, I witness an error relate to networkx version.

Successfully built censys future
networkx 2.5.1 has requirement decorator<5,>=4.3, but you'll have decorator 5.0.9 which is incompatible.
Installing collected packages: chardet, urllib3, certifi, idna, requests, netaddr, censys, future, argparse, pickleshare, ipython-genutils, traitlets, matplotlib-inline, pygments, decorator, parso, jedi, wcwidth, prompt-toolkit, backcall, ptyprocess, pexpect, ipython, networkx, zipp, typing-extensions, importlib-metadata, jsonpickle, MarkupSafe, jinja2, pyvis, PyYAML, argcomplete, xmltodict, toml, yq
Successfully installed MarkupSafe-2.0.1 PyYAML-5.4.1 argcomplete-1.12.3 argparse-1.4.0 backcall-0.2.0 censys-0.0.8 certifi-2021.5.30 chardet-4.0.0 decorator-5.0.9 future-0.18.2 idna-2.10 importlib-metadata-4.5.0 ipython-7.24.1 ipython-genutils-0.2.0 jedi-0.18.0 jinja2-3.0.1 jsonpickle-2.0.0 matplotlib-inline-0.1.2 netaddr-0.8.0 networkx-2.5.1 parso-0.8.2 pexpect-4.8.0 pickleshare-0.7.5 prompt-toolkit-3.0.19 ptyprocess-0.7.0 pygments-2.9.0 pyvis-0.1.9 requests-2.25.1 toml-0.10.2 traitlets-5.0.5 typing-extensions-3.10.0.0 urllib3-1.26.5 wcwidth-0.2.5 xmltodict-0.12.0 yq-2.12.2 zipp-3.4.1