Skip to content

Commit b7a4373

Browse files
committed
Remove six dependency from pyproject.toml 🎉
1 parent 1a68b1f commit b7a4373

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

‎docs/source/conf.py

-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import os
1515
import doctest
1616
import signal
17-
import six
1817
import subprocess
1918
import sys
2019

@@ -71,7 +70,6 @@ def filter(self, record):
7170
import sys, os
7271
os.environ['PWNLIB_NOTERM'] = '1'
7372
os.environ['PWNLIB_RANDOMIZE'] = '0'
74-
import six
7573
import pwnlib.update
7674
import pwnlib.util.fiddling
7775
import logging

‎pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ dependencies = [
4949
"intervaltree>=3.0",
5050
"sortedcontainers",
5151
"unicorn>=2.0.1",
52-
"six>=1.12.0",
5352
"rpyc",
5453
"colored_traceback",
5554
"unix-ar; python_version>='3.6'",

0 commit comments

Comments
 (0)