We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
six
1 parent 1a68b1f commit b7a4373Copy full SHA for b7a4373
‎docs/source/conf.py
@@ -14,7 +14,6 @@
14
import os
15
import doctest
16
import signal
17
-import six
18
import subprocess
19
import sys
20
@@ -71,7 +70,6 @@ def filter(self, record):
71
70
import sys, os
72
os.environ['PWNLIB_NOTERM'] = '1'
73
os.environ['PWNLIB_RANDOMIZE'] = '0'
74
75
import pwnlib.update
76
import pwnlib.util.fiddling
77
import logging
‎pyproject.toml
@@ -49,7 +49,6 @@ dependencies = [
49
"intervaltree>=3.0",
50
"sortedcontainers",
51
"unicorn>=2.0.1",
52
- "six>=1.12.0",
53
"rpyc",
54
"colored_traceback",
55
"unix-ar; python_version>='3.6'",
0 commit comments