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

Add dependency on six

Changeset 044c3519ea30

Parent 18a31f403947

by Jason R. Coombs

Changes to one file · Browse files at 044c3519ea30 Showing diff from parent 18a31f403947 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
99
100
101
 
102
103
104
 
99
100
101
102
103
104
105
@@ -99,6 +99,7 @@
  install_requires=[   'BeautifulSoup4',   'lxml', + 'six',   ],   requires='BeautifulSoup',   classifiers=[