Skip to content

Commit

Permalink
Added BeautifulSoup4 to PyPi requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
suurjaak committed Jul 16, 2015
1 parent 9dde534 commit f99072e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
argparse
bs4
BeautifulSoup4
Pillow
pyparsing
python-dateutil
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -8,7 +8,7 @@
@author Erki Suurjaak
@created 10.12.2014
@modified 16.04.2015
@modified 16.07.2015
------------------------------------------------------------------------------
"""
import glob
Expand All @@ -29,7 +29,7 @@
platforms=["any"],
keywords="skype sqlite merge export",

install_requires=["pyparsing", "XlsxWriter", "Pillow", "python-dateutil", "Skype4Py"],
install_requires=["pyparsing", "XlsxWriter", "Pillow", "python-dateutil", "BeautifulSoup4", "Skype4Py"],
entry_points={"gui_scripts": ["skyperious = skyperious.main:run"]},

packages=setuptools.find_packages(),
Expand Down

0 comments on commit f99072e

Please sign in to comment.