aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMartin Vilcans <martin@librador.com>2020-02-12 23:21:51 +0100
committerMartin Vilcans <martin@librador.com>2020-02-12 23:23:00 +0100
commiteb73207913915be7131256a1ed80d2402ecf6ad6 (patch)
tree29131ddf119dfa2a7ae96447ff2f3e27a6d94536 /setup.py
parent5d6b4683b7a4058b7f12dcc294eec5e2f41cda6f (diff)
downloadscreenplain-eb73207913915be7131256a1ed80d2402ecf6ad6.tar.gz
Removing Python 2 support - no need for six #54
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 68ad1c5..1b16e9f 100755
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,6 @@ setup(
},
license='MIT',
install_requires=[
- 'six',
],
extras_require={
'PDF': 'reportlab'