Remove pandas from dev requirements and tests

Results in needing one more # pragma: nocover statement, but on a
simple line of code. See PR #253 for details and motivation.
This commit is contained in:
Jeremy Singer-Vine
2020-08-14 21:10:17 -04:00
parent 90f767ff24
commit a5e7d7fa52
12 changed files with 51 additions and 162 deletions
-1
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python
import unittest
import pandas as pd
import pdfplumber
import sys, os, io