Skip to content

Commit

Permalink
update beautifulsoup library
Browse files Browse the repository at this point in the history
  • Loading branch information
vedarthk committed Feb 19, 2020
1 parent 9db1530 commit 21349fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_gapps_oauth2_login/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import httplib2
from oauth2client.client import AccessTokenCredentials
import importlib
from BeautifulSoup import BeautifulSoup
from bs4 import BeautifulSoup

from .models import CredentialsModel

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
Run testcases, python manage.py test django_gapps_oauth2_login
"""

install_requires = ['httplib2>=0.8', 'mock==1.0.1', 'BeautifulSoup==3.2.1']
install_requires = ['httplib2>=0.8', 'mock==1.0.1', 'beautifulsoup4==4.8.2']

needs_json = False
try:
Expand Down

0 comments on commit 21349fe

Please sign in to comment.