Skip to content

Commit

Permalink
BeautifulSoup is needed.
Browse files Browse the repository at this point in the history
  • Loading branch information
KayEss committed Dec 4, 2013
1 parent 0eec8d7 commit ada5683
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -10,7 +10,7 @@ def read(fname1, fname2):

setup(
name = "django_slumber",
version = "0.7.8.3",
version = "0.7.8.4",
author = "Kirit Saelensminde",
author_email = "kirit@felspar.com",
url='https://github.com/KayEss/django-slumber',
Expand All @@ -25,7 +25,7 @@ def read(fname1, fname2):
'slumber_ex_shop'],
install_requires = [
'simplejson', 'httplib2', 'django-fost-authn >= 0.3.8', 'dicttoxml',
'dougrain'],
'dougrain', 'BeautifulSoup'],
classifiers = [
"Development Status :: 3 - Alpha",
"Framework :: Django",
Expand Down
2 changes: 1 addition & 1 deletion test-projects/setup.pip
Expand Up @@ -3,12 +3,12 @@ simplejson
httplib2
dicttoxml
dougrain
BeautifulSoup

django-fost-authn >= 0.3.8
django_ip_authn

# Used for testing
BeautifulSoup
coverage
mock
unittest2
Expand Down

0 comments on commit ada5683

Please sign in to comment.