Skip to content

Commit

Permalink
Added future to requirements to support print statements under Python 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Vandenbout committed Jun 14, 2019
1 parent 3e5ae1b commit c8d6a5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'XlsxWriter >= 0.7.3', # Write the XLSX output file.
#'lxml >= 3.7.2', # Deal with XML files and tags.
#'yattag >= 1.5.2', #Deal with HTML tags.
'future', # For print statements.
'tqdm >= 4.30.0', # Progress bar.
'requests >= 2.18.4', # Scrape, API and web modules.
'CurrencyConverter >= 0.13', # Used to convert price to a not available currency in one distributor.
Expand Down

0 comments on commit c8d6a5e

Please sign in to comment.