aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mediagoblin/tests/test_celery_setup.py2
-rw-r--r--setup.py1
2 files changed, 1 insertions, 2 deletions
diff --git a/mediagoblin/tests/test_celery_setup.py b/mediagoblin/tests/test_celery_setup.py
index 558eb458..2a7601c7 100644
--- a/mediagoblin/tests/test_celery_setup.py
+++ b/mediagoblin/tests/test_celery_setup.py
@@ -14,8 +14,6 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-import pkg_resources
-
from mediagoblin import celery_setup
diff --git a/setup.py b/setup.py
index 46da7276..ae5394eb 100644
--- a/setup.py
+++ b/setup.py
@@ -42,6 +42,7 @@ setup(
'translitcodec',
'argparse',
'webtest',
+ 'lxml',
],
test_suite='nose.collector',