FogBugz » FogBugzPy A Python wrapper for the FogBugz API Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

lxml in both places

Changeset f747fcd8f872

Parent cc4b5e2bfb1d

committed by Profile picture of User 2722Daniel Lieberman <dlieberman@fogcreek.com>

Profile picture of User 2722 authored by Daniel Lieberman <dlieberman@fogcreek.com>

Changes to one file · Browse files at f747fcd8f872 Showing diff from parent cc4b5e2bfb1d Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
27
28
29
30
 
31
32
33
 
27
28
29
 
30
31
32
33
@@ -27,7 +27,7 @@
  'lxml',   'six',   ], - requires='BeautifulSoup', + requires=['BeautifulSoup', 'lxml'],   classifiers=[   'Development Status :: 5 - Production/Stable',   'Intended Audience :: Developers',