Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubermagal committed Nov 16, 2024
1 parent a6a5224 commit fda4715
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
26 changes: 4 additions & 22 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,15 @@
certifi==2023.11.17
charset-normalizer==3.3.2
docutils==0.20.1
certifi==2024.8.30
charset-normalizer==3.4.0
filelock==3.16.1
future==0.18.3
idna==3.10
importlib-metadata==7.0.1
jaraco.classes==3.3.0
keyring==24.3.0
markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.2.0
nh3==0.2.15
numpy==2.1.3
pandas==2.2.3
pkginfo==1.9.6
Pygments==2.17.2
python-dateutil==2.9.0.post0
python-whois==0.8.0
pytz==2024.2
readme-renderer==42.0
requests==2.31.0
requests==2.32.3
requests-file==2.1.0
requests-toolbelt==1.0.0
rfc3986==2.0.0
rich==13.7.0
six==1.16.0
tabulate==0.9.0
tldextract==5.1.3
twine==4.0.2
tzdata==2024.2
urllib3==2.1.0
zipp==3.17.0
urllib3==2.2.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='evilurl',
version='2.0.3',
version='2.0.4',
packages=['src'],
package_data={'src': ['unicode_combinations.json']},
setup_requires=['wheel'],
Expand Down
2 changes: 0 additions & 2 deletions src/evilurl.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
import argparse
from pathlib import Path
import socket
import sys
from itertools import product
from urllib.parse import urlsplit
import json
from tabulate import tabulate
import tldextract
Expand Down

0 comments on commit fda4715

Please sign in to comment.