Remove support for Python 2 (via six) and <3.3

(In Python 3.3+, `import decimal` automatically imports the C version.)
This commit is contained in:
Jeremy Singer-Vine
2020-04-29 08:51:01 -04:00
parent 8d43bb017e
commit acf171e2a8
4 changed files with 3 additions and 18 deletions
-1
View File
@@ -13,7 +13,6 @@ base_reqs = [
"pycryptodome",
"unicodecsv>=0.14.1",
"pdfminer.six==20200104",
"six",
"pillow>=7.0.0",
"wand"
]