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

lxml is a requirement with bs4

Changeset 5decf627bd12

Parent 0922eaf824a9

by Jason R. Coombs

Changes to one file · Browse files at 5decf627bd12 Showing diff from parent 0922eaf824a9 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
96
97
98
99
 
 
 
 
100
101
102
 
96
97
98
 
99
100
101
102
103
104
105
@@ -96,7 +96,10 @@
  maintainer_email='customer-service@fogcreek.com',   url='https://developers.kilnhg.com/Repo/FogBugz/Group/FogBugzPy',   download_url='https://developers.kilnhg.com/Repo/FogBugz/Group/FogBugzPy', - install_requires=['BeautifulSoup4'], + install_requires=[ + 'BeautifulSoup4', + 'lxml', + ],   requires='BeautifulSoup',   classifiers=[   'Development Status :: 5 - Production/Stable',