diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e1bb20d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +build/ +*.egg-info/ +__pycache__/ +*.pyc diff --git a/requirements.txt b/requirements.txt index c91f59c..23a05b3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ colorama requests argparse python-Wappalyzer -setuptools +setuptools<82