Skip to content

Commit

Permalink
Merge pull request #5 from DaanVervacke/experimental/kuleuven-authent…
Browse files Browse the repository at this point in the history
…icator-support

small fixes for 3.0.0
  • Loading branch information
DaanVervacke authored Mar 11, 2023
2 parents 94acc54 + 4d4eda7 commit 2545214
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
packages=setuptools.find_packages(),
include_package_data=True,
install_requires=["requests", "beautifulsoup4",
"pkce", "soupsieve", "pyyaml"]
"pkce", "soupsieve", "pyyaml", "websockets"]

)
1 change: 0 additions & 1 deletion toledo/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import requests
import re
import html as html_lib
import asyncio
import websockets

from bs4 import BeautifulSoup
Expand Down

0 comments on commit 2545214

Please sign in to comment.