Skip to content

Commit

Permalink
Remove six dependency from pyproject.toml 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Jan 26, 2025
1 parent d086810 commit 9ef128b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
import os
import doctest
import signal
import six
import subprocess
import sys

Expand Down Expand Up @@ -71,7 +70,6 @@ def filter(self, record):
import sys, os
os.environ['PWNLIB_NOTERM'] = '1'
os.environ['PWNLIB_RANDOMIZE'] = '0'
import six
import pwnlib.update
import pwnlib.util.fiddling
import logging
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies = [
"intervaltree>=3.0",
"sortedcontainers",
"unicorn>=2.0.1",
"six>=1.12.0",
"rpyc",
"colored_traceback",
"unix-ar; python_version>='3.6'",
Expand Down

0 comments on commit 9ef128b

Please sign in to comment.